Html Css Color HEX #CC2473 Medium Violet Red

📋 copy color: '#CC2473'

red 204 ◦ green 36 ◦ blue 115

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

Shades of Medium Violet Red #CC2473

Tints of Medium Violet Red #CC2473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 57.46%
G = 10.14%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC2473 (or 0xCC2473) is known color: Medium Violet Red. HEX triplet: CC, 24 and 73. RGB value is (204,36,115). Sum of RGB (Red+Green+Blue) = 204+36+115=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2473 is #33DB8C. Grayscale: #5F5F5F. Windows color (decimal): -3398541 or 7546060. OLE color: 7546060.

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

Color convert

RGB 204 36 115 -
CMYK 0 0.82 0.44 0.2
HSL 331.79º 0.7% 0.47% -
HSV(B) 331.79º 0.82% 0.8% -
XYZ 28.63 15.34 17.67 -
YUV 95.24 139.16 205.58 -
System Red Green Blue C M Y K H S L
Decimal 204 36 115 0 0.82 0.44 0.2 331.79 0.7 0.47
Hex CC 24 73 0 52 2C 14 14C 46 2F
Octal 314 44 163 0 122 54 24 514 106 57
Binary 11001100 100100 1110011 0 1010010 101100 10100 101001100 1000110 101111

Color Harmonies of #CC2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2473

Black with #CC2473

Text Example


Text Example

White with #CC2473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2473; }

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

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

background-color css

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

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

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

border-color css

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

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

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