Html Css Color HEX #CC2CA5 Medium Red Violet

📋 copy color: '#CC2CA5'

red 204 ◦ green 44 ◦ blue 165

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

Shades of Medium Red Violet #CC2CA5

Tints of Medium Red Violet #CC2CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.95%

R = 49.39%
G = 10.65%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC2CA5 (or 0xCC2CA5) is known color: Medium Red Violet. HEX triplet: CC, 2C and A5. RGB value is (204,44,165). Sum of RGB (Red+Green+Blue) = 204+44+165=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2CA5 is #33D35A. Grayscale: #696969. Windows color (decimal): -3396443 or 10824908. OLE color: 10824908.

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

Color convert

RGB 204 44 165 -
CMYK 0 0.78 0.19 0.2
HSL 314.63º 0.65% 0.49% -
HSV(B) 314.63º 0.78% 0.8% -
XYZ 32.59 17.36 37.23 -
YUV 105.63 161.51 198.16 -
System Red Green Blue C M Y K H S L
Decimal 204 44 165 0 0.78 0.19 0.2 314.63 0.65 0.49
Hex CC 2C A5 0 4E 13 14 13B 41 31
Octal 314 54 245 0 116 23 24 473 101 61
Binary 11001100 101100 10100101 0 1001110 10011 10100 100111011 1000001 110001

Color Harmonies of #CC2CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CA5

Black with #CC2CA5

Text Example


Text Example

White with #CC2CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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