Html Css Color HEX #CC2CA2 Medium Red Violet

📋 copy color: '#CC2CA2'

red 204 ◦ green 44 ◦ blue 162

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

Shades of Medium Red Violet #CC2CA2

Tints of Medium Red Violet #CC2CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.51%

R = 49.76%
G = 10.73%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC2CA2 (or 0xCC2CA2) is known color: Medium Red Violet. HEX triplet: CC, 2C and A2. RGB value is (204,44,162). Sum of RGB (Red+Green+Blue) = 204+44+162=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2CA2 is #33D35D. Grayscale: #686868. Windows color (decimal): -3396446 or 10628300. OLE color: 10628300.

HSL color Cylindrical-coordinate representation of color #CC2CA2: hue angle of 315.75º 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 #CC2CA2 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 44 162 -
CMYK 0 0.78 0.21 0.2
HSL 315.75º 0.65% 0.49% -
HSV(B) 315.75º 0.78% 0.8% -
XYZ 32.32 17.25 35.81 -
YUV 105.29 160.01 198.41 -
System Red Green Blue C M Y K H S L
Decimal 204 44 162 0 0.78 0.21 0.2 315.75 0.65 0.49
Hex CC 2C A2 0 4E 15 14 13C 41 31
Octal 314 54 242 0 116 25 24 474 101 61
Binary 11001100 101100 10100010 0 1001110 10101 10100 100111100 1000001 110001

Color Harmonies of #CC2CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CA2

Black with #CC2CA2

Text Example


Text Example

White with #CC2CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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