Html Css Color HEX #CC009D Medium Violet Red

📋 copy color: '#CC009D'

red 204 ◦ green 0 ◦ blue 157

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

Shades of Medium Violet Red #CC009D

Tints of Medium Violet Red #CC009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 56.51%
G = 0%
B = 43.49%

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

#CC009D (or 0xCC009D) is known color: Medium Violet Red. HEX triplet: CC, 00 and 9D. RGB value is (204,0,157). Sum of RGB (Red+Green+Blue) = 204+0+157=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC009D is #33FF62. Grayscale: #4E4E4E. Windows color (decimal): -3407715 or 10289356. OLE color: 10289356.

HSL color Cylindrical-coordinate representation of color #CC009D: hue angle of 313.82º 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 #CC009D is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 0 157 -
CMYK 0 1 0.23 0.2
HSL 313.82º 1% 0.4% -
HSV(B) 313.82º 1% 0.8% -
XYZ 30.99 15.27 33.21 -
YUV 78.89 172.09 217.23 -
System Red Green Blue C M Y K H S L
Decimal 204 0 157 0 1 0.23 0.2 313.82 1 0.4
Hex CC 0 9D 0 64 17 14 13A 64 28
Octal 314 0 235 0 144 27 24 472 144 50
Binary 11001100 0 10011101 0 1100100 10111 10100 100111010 1100100 101000

Color Harmonies of #CC009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC009D

Black with #CC009D

Text Example


Text Example

White with #CC009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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