Html Css Color HEX #CC2C9F Medium Red Violet

📋 copy color: '#CC2C9F'

red 204 ◦ green 44 ◦ blue 159

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

Shades of Medium Red Violet #CC2C9F

Tints of Medium Red Violet #CC2C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.81%

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 50.12%
G = 10.81%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC2C9F (or 0xCC2C9F) is known color: Medium Red Violet. HEX triplet: CC, 2C and 9F. RGB value is (204,44,159). Sum of RGB (Red+Green+Blue) = 204+44+159=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2C9F is #33D360. Grayscale: #686868. Windows color (decimal): -3396449 or 10431692. OLE color: 10431692.

HSL color Cylindrical-coordinate representation of color #CC2C9F: hue angle of 316.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2C9F is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 44 159 -
CMYK 0 0.78 0.22 0.2
HSL 316.88º 0.65% 0.49% -
HSV(B) 316.88º 0.78% 0.8% -
XYZ 32.06 17.14 34.42 -
YUV 104.95 158.51 198.65 -
System Red Green Blue C M Y K H S L
Decimal 204 44 159 0 0.78 0.22 0.2 316.88 0.65 0.49
Hex CC 2C 9F 0 4E 16 14 13D 41 31
Octal 314 54 237 0 116 26 24 475 101 61
Binary 11001100 101100 10011111 0 1001110 10110 10100 100111101 1000001 110001

Color Harmonies of #CC2C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C9F

Black with #CC2C9F

Text Example


Text Example

White with #CC2C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C9F; }

 p { color: rgb(204,44,159); }

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

background-color css

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

 a { background-color: rgb(204,44,159); }

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

border-color css

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

 span { border-color: rgb(204,44,159); }

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