Html Css Color HEX #CC009E Medium Violet Red

📋 copy color: '#CC009E'

red 204 ◦ green 0 ◦ blue 158

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

Shades of Medium Violet Red #CC009E

Tints of Medium Violet Red #CC009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 43.65%

R = 56.35%
G = 0%
B = 43.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC009E (or 0xCC009E) is known color: Medium Violet Red. HEX triplet: CC, 00 and 9E. RGB value is (204,0,158). Sum of RGB (Red+Green+Blue) = 204+0+158=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC009E is #33FF61. Grayscale: #4E4E4E. Windows color (decimal): -3407714 or 10354892. OLE color: 10354892.

HSL color Cylindrical-coordinate representation of color #CC009E: hue angle of 313.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC009E is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 0 158 -
CMYK 0 1 0.23 0.2
HSL 313.53º 1% 0.4% -
HSV(B) 313.53º 1% 0.8% -
XYZ 31.07 15.31 33.66 -
YUV 79.01 172.59 217.15 -
System Red Green Blue C M Y K H S L
Decimal 204 0 158 0 1 0.23 0.2 313.53 1 0.4
Hex CC 0 9E 0 64 17 14 13A 64 28
Octal 314 0 236 0 144 27 24 472 144 50
Binary 11001100 0 10011110 0 1100100 10111 10100 100111010 1100100 101000

Color Harmonies of #CC009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC009E

Black with #CC009E

Text Example


Text Example

White with #CC009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC009E; }

 p { color: rgb(204,0,158); }

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

background-color css

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

 a { background-color: rgb(204,0,158); }

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

border-color css

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

 span { border-color: rgb(204,0,158); }

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