Html Css Color HEX #CC0EA0 Medium Violet Red

📋 copy color: '#CC0EA0'

red 204 ◦ green 14 ◦ blue 160

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

Shades of Medium Violet Red #CC0EA0

Tints of Medium Violet Red #CC0EA0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.7%

 BLUE value IS 160 (62.89% from 255) = 42.33%

R = 53.97%
G = 3.7%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC0EA0 (or 0xCC0EA0) is known color: Medium Violet Red. HEX triplet: CC, 0E and A0. RGB value is (204,14,160). Sum of RGB (Red+Green+Blue) = 204+14+160=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0EA0 is #33F15F. Grayscale: #575757. Windows color (decimal): -3404128 or 10489548. OLE color: 10489548.

HSL color Cylindrical-coordinate representation of color #CC0EA0: hue angle of 313.89º degrees, saturation: 0.87, 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 #CC0EA0 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 14 160 -
CMYK 0 0.93 0.22 0.2
HSL 313.89º 0.87% 0.43% -
HSV(B) 313.89º 0.93% 0.8% -
XYZ 31.4 15.69 34.63 -
YUV 87.45 168.95 211.13 -
System Red Green Blue C M Y K H S L
Decimal 204 14 160 0 0.93 0.22 0.2 313.89 0.87 0.43
Hex CC E A0 0 5D 16 14 13A 57 2B
Octal 314 16 240 0 135 26 24 472 127 53
Binary 11001100 1110 10100000 0 1011101 10110 10100 100111010 1010111 101011

Color Harmonies of #CC0EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0EA0

Black with #CC0EA0

Text Example


Text Example

White with #CC0EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0EA0; }

 p { color: rgb(204,14,160); }

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

background-color css

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

 a { background-color: rgb(204,14,160); }

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

border-color css

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

 span { border-color: rgb(204,14,160); }

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