Html Css Color HEX #CC2495 Medium Violet Red

📋 copy color: '#CC2495'

red 204 ◦ green 36 ◦ blue 149

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

Shades of Medium Violet Red #CC2495

Tints of Medium Violet Red #CC2495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.25%

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 52.44%
G = 9.25%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC2495 (or 0xCC2495) is known color: Medium Violet Red. HEX triplet: CC, 24 and 95. RGB value is (204,36,149). Sum of RGB (Red+Green+Blue) = 204+36+149=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2495 is #33DB6A. Grayscale: #626262. Windows color (decimal): -3398507 or 9774284. OLE color: 9774284.

HSL color Cylindrical-coordinate representation of color #CC2495: hue angle of 319.64º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2495 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 149 -
CMYK 0 0.82 0.27 0.2
HSL 319.64º 0.7% 0.47% -
HSV(B) 319.64º 0.82% 0.8% -
XYZ 30.96 16.27 29.94 -
YUV 99.11 156.16 202.81 -
System Red Green Blue C M Y K H S L
Decimal 204 36 149 0 0.82 0.27 0.2 319.64 0.7 0.47
Hex CC 24 95 0 52 1B 14 140 46 2F
Octal 314 44 225 0 122 33 24 500 106 57
Binary 11001100 100100 10010101 0 1010010 11011 10100 101000000 1000110 101111

Color Harmonies of #CC2495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2495

Black with #CC2495

Text Example


Text Example

White with #CC2495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2495; }

 p { color: rgb(204,36,149); }

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

background-color css

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

 a { background-color: rgb(204,36,149); }

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

border-color css

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

 span { border-color: rgb(204,36,149); }

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