Html Css Color HEX #CC159C Medium Violet Red

📋 copy color: '#CC159C'

red 204 ◦ green 21 ◦ blue 156

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

Shades of Medium Violet Red #CC159C

Tints of Medium Violet Red #CC159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.51%

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 53.54%
G = 5.51%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC159C (or 0xCC159C) is known color: Medium Violet Red. HEX triplet: CC, 15 and 9C. RGB value is (204,21,156). Sum of RGB (Red+Green+Blue) = 204+21+156=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC159C is #33EA63. Grayscale: #5A5A5A. Windows color (decimal): -3402340 or 10229196. OLE color: 10229196.

HSL color Cylindrical-coordinate representation of color #CC159C: hue angle of 315.74º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC159C is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 156 -
CMYK 0 0.90 0.24 0.2
HSL 315.74º 0.81% 0.44% -
HSV(B) 315.74º 0.9% 0.8% -
XYZ 31.17 15.77 32.85 -
YUV 91.11 164.63 208.52 -
System Red Green Blue C M Y K H S L
Decimal 204 21 156 0 0.90 0.24 0.2 315.74 0.81 0.44
Hex CC 15 9C 0 5A 18 14 13C 51 2C
Octal 314 25 234 0 132 30 24 474 121 54
Binary 11001100 10101 10011100 0 1011010 11000 10100 100111100 1010001 101100

Color Harmonies of #CC159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC159C

Black with #CC159C

Text Example


Text Example

White with #CC159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC159C; }

 p { color: rgb(204,21,156); }

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

background-color css

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

 a { background-color: rgb(204,21,156); }

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

border-color css

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

 span { border-color: rgb(204,21,156); }

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