Html Css Color HEX #CC0F9E Medium Violet Red

📋 copy color: '#CC0F9E'

red 204 ◦ green 15 ◦ blue 158

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

Shades of Medium Violet Red #CC0F9E

Tints of Medium Violet Red #CC0F9E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.98%

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

R = 54.11%
G = 3.98%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC0F9E (or 0xCC0F9E) is known color: Medium Violet Red. HEX triplet: CC, 0F and 9E. RGB value is (204,15,158). Sum of RGB (Red+Green+Blue) = 204+15+158=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0F9E is #33F061. Grayscale: #575757. Windows color (decimal): -3403874 or 10358732. OLE color: 10358732.

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

Color convert

RGB 204 15 158 -
CMYK 0 0.93 0.23 0.2
HSL 314.6º 0.86% 0.43% -
HSV(B) 314.6º 0.93% 0.8% -
XYZ 31.24 15.65 33.72 -
YUV 87.81 167.62 210.87 -
System Red Green Blue C M Y K H S L
Decimal 204 15 158 0 0.93 0.23 0.2 314.6 0.86 0.43
Hex CC F 9E 0 5D 17 14 13B 56 2B
Octal 314 17 236 0 135 27 24 473 126 53
Binary 11001100 1111 10011110 0 1011101 10111 10100 100111011 1010110 101011

Color Harmonies of #CC0F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0F9E

Black with #CC0F9E

Text Example


Text Example

White with #CC0F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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