#cc1b6f

Color #CC1B6F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CC1B6F

Tints of Medium Violet Red #CC1B6F

Color information

#CC1B6F (or 0xCC1B6F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 1B and 6F. RGB value is (204,27,111). Sum of RGB (Red+Green+Blue) = 204+27+111=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1B6F is #33E490. Grayscale: #595959. Windows color (decimal): -3400849 or 7281612. OLE color: 7281612.

HSL color Cylindrical-coordinate representation of color #CC1B6F: hue angle of 331.53º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1B6F is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB20427111-
CMYK00.870.460.2
HSL331.53º76.62%45.29%-
HSV(B)331.53º86.76%80%-
XYZ28.1614.7716.41-
YUV89.5140.14209.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 59.65%
GREEN value IS 27 (10.94% from 255) = 7.89%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=59.65%
G=7.89%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042711100.870.460.2331.5376.6245.29
HexCC1B6F0572E1414c4d2d
Octal314331570127562451411555
Binary1100110011011110111101010111101110101001010011001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc1b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc1b6f; }

 p { color: rgb(204,27,111); }

 H1.HeaderClassName
 {
   color: #cc1b6f;
 }
 .AnyTagClassName
 {
   color: #cc1b6f;
 }
</style>
background-color css

<style>
 a { background-color: #cc1b6f; }

 a { background-color: rgb(204,27,111); }

 div.DivClassName
 {
   background-color: #cc1b6f;
 }
 .BgClassName
 {
   background-color: #cc1b6f;
 }
</style>
border-color css

<style>
 span { border-color: #cc1b6f; }

 span { border-color: rgb(204,27,111); }

 td.TdClassName
 {
   border-color: #cc1b6f;
 }
 .TagClassName
 {
   border-color: #cc1b6f;
 }
</style>