Html Css Color HEX #CC0DA6 Medium Violet Red

📋 copy color: '#CC0DA6'

red 204 ◦ green 13 ◦ blue 166

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

Shades of Medium Violet Red #CC0DA6

Tints of Medium Violet Red #CC0DA6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

 BLUE value IS 166 (65.23% from 255) = 43.34%

R = 53.26%
G = 3.39%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC0DA6 (or 0xCC0DA6) is known color: Medium Violet Red. HEX triplet: CC, 0D and A6. RGB value is (204,13,166). Sum of RGB (Red+Green+Blue) = 204+13+166=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0DA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0DA6 is #33F259. Grayscale: #575757. Windows color (decimal): -3404378 or 10882508. OLE color: 10882508.

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

Color convert

RGB 204 13 166 -
CMYK 0 0.94 0.19 0.2
HSL 311.94º 0.88% 0.43% -
HSV(B) 311.94º 0.94% 0.8% -
XYZ 31.93 15.88 37.46 -
YUV 87.55 172.28 211.06 -
System Red Green Blue C M Y K H S L
Decimal 204 13 166 0 0.94 0.19 0.2 311.94 0.88 0.43
Hex CC D A6 0 5E 13 14 138 58 2B
Octal 314 15 246 0 136 23 24 470 130 53
Binary 11001100 1101 10100110 0 1011110 10011 10100 100111000 1011000 101011

Color Harmonies of #CC0DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DA6

Black with #CC0DA6

Text Example


Text Example

White with #CC0DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DA6; }

 p { color: rgb(204,13,166); }

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

background-color css

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

 a { background-color: rgb(204,13,166); }

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

border-color css

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

 span { border-color: rgb(204,13,166); }

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