Html Css Color HEX #CC0387 Medium Violet Red

📋 copy color: '#CC0387'

red 204 ◦ green 3 ◦ blue 135

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

Shades of Medium Violet Red #CC0387

Tints of Medium Violet Red #CC0387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 59.65%
G = 0.88%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC0387 (or 0xCC0387) is known color: Medium Violet Red. HEX triplet: CC, 03 and 87. RGB value is (204,3,135). Sum of RGB (Red+Green+Blue) = 204+3+135=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0387 is #33FC78. Grayscale: #4D4D4D. Windows color (decimal): -3406969 or 8848332. OLE color: 8848332.

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

Color convert

RGB 204 3 135 -
CMYK 0 0.99 0.34 0.2
HSL 320.6º 0.97% 0.41% -
HSV(B) 320.6º 0.99% 0.8% -
XYZ 29.31 14.65 24.21 -
YUV 78.15 160.09 217.77 -
System Red Green Blue C M Y K H S L
Decimal 204 3 135 0 0.99 0.34 0.2 320.6 0.97 0.41
Hex CC 3 87 0 63 22 14 141 61 29
Octal 314 3 207 0 143 42 24 501 141 51
Binary 11001100 11 10000111 0 1100011 100010 10100 101000001 1100001 101001

Color Harmonies of #CC0387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0387

Black with #CC0387

Text Example


Text Example

White with #CC0387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0387; }

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

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

background-color css

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

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

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

border-color css

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

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

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