Html Css Color HEX #CC1187 Medium Violet Red

📋 copy color: '#CC1187'

red 204 ◦ green 17 ◦ blue 135

#CC1187
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CC1187

Tints of Medium Violet Red #CC1187

RGB

 RED value IS 204 (80.08% from 255) = 57.3%

 GREEN value IS 17 (7.03% from 255) = 4.78%

 BLUE value IS 135 (53.13% from 255) = 37.92%

R = 57.3%
G = 4.78%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC1187 (or 0xCC1187) is known color: Medium Violet Red. HEX triplet: CC, 11 and 87. RGB value is (204,17,135). Sum of RGB (Red+Green+Blue) = 204+17+135=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1187 is #33EE78. Grayscale: #565656. Windows color (decimal): -3403385 or 8851916. OLE color: 8851916.

HSL color Cylindrical-coordinate representation of color #CC1187: hue angle of 322.14º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1187 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 135 -
CMYK 0 0.92 0.34 0.2
HSL 322.14º 0.85% 0.43% -
HSV(B) 322.14º 0.92% 0.8% -
XYZ 29.48 14.99 24.26 -
YUV 86.37 155.45 211.91 -
System Red Green Blue C M Y K H S L
Decimal 204 17 135 0 0.92 0.34 0.2 322.14 0.85 0.43
Hex CC 11 87 0 5C 22 14 142 55 2B
Octal 314 21 207 0 134 42 24 502 125 53
Binary 11001100 10001 10000111 0 1011100 100010 10100 101000010 1010101 101011

Color Harmonies of #CC1187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1187

Black with #CC1187

Text Example


Text Example

White with #CC1187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1187; }

 p { color: rgb(204,17,135); }

 H1.HeaderClassName
 {
   color: #CC1187;
 }
 .AnyTagClassName
 {
   color: #CC1187;
 }
</style>

background-color css

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

 a { background-color: rgb(204,17,135); }

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

border-color css

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

 span { border-color: rgb(204,17,135); }

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