Html Css Color HEX #CC2DA5 Medium Red Violet

📋 copy color: '#CC2DA5'

red 204 ◦ green 45 ◦ blue 165

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

Shades of Medium Red Violet #CC2DA5

Tints of Medium Red Violet #CC2DA5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.87%

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

R = 49.28%
G = 10.87%
B = 39.86%

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

#CC2DA5 (or 0xCC2DA5) is known color: Medium Red Violet. HEX triplet: CC, 2D and A5. RGB value is (204,45,165). Sum of RGB (Red+Green+Blue) = 204+45+165=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2DA5 is #33D25A. Grayscale: #696969. Windows color (decimal): -3396187 or 10825164. OLE color: 10825164.

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

Color convert

RGB 204 45 165 -
CMYK 0 0.78 0.19 0.2
HSL 314.72º 0.64% 0.49% -
HSV(B) 314.72º 0.78% 0.8% -
XYZ 32.63 17.43 37.24 -
YUV 106.22 161.18 197.74 -
System Red Green Blue C M Y K H S L
Decimal 204 45 165 0 0.78 0.19 0.2 314.72 0.64 0.49
Hex CC 2D A5 0 4E 13 14 13B 40 31
Octal 314 55 245 0 116 23 24 473 100 61
Binary 11001100 101101 10100101 0 1001110 10011 10100 100111011 1000000 110001

Color Harmonies of #CC2DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2DA5

Black with #CC2DA5

Text Example


Text Example

White with #CC2DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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