Html Css Color HEX #CC2A9E Medium Red Violet

📋 copy color: '#CC2A9E'

red 204 ◦ green 42 ◦ blue 158

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

Shades of Medium Red Violet #CC2A9E

Tints of Medium Red Violet #CC2A9E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.4%

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

R = 50.5%
G = 10.4%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC2A9E (or 0xCC2A9E) is known color: Medium Red Violet. HEX triplet: CC, 2A and 9E. RGB value is (204,42,158). Sum of RGB (Red+Green+Blue) = 204+42+158=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2A9E is #33D561. Grayscale: #676767. Windows color (decimal): -3396962 or 10365644. OLE color: 10365644.

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

Color convert

RGB 204 42 158 -
CMYK 0 0.79 0.23 0.2
HSL 317.04º 0.66% 0.48% -
HSV(B) 317.04º 0.79% 0.8% -
XYZ 31.9 16.96 33.94 -
YUV 103.66 158.67 199.57 -
System Red Green Blue C M Y K H S L
Decimal 204 42 158 0 0.79 0.23 0.2 317.04 0.66 0.48
Hex CC 2A 9E 0 4F 17 14 13D 42 30
Octal 314 52 236 0 117 27 24 475 102 60
Binary 11001100 101010 10011110 0 1001111 10111 10100 100111101 1000010 110000

Color Harmonies of #CC2A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A9E

Black with #CC2A9E

Text Example


Text Example

White with #CC2A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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