Html Css Color HEX #CC2474 Medium Violet Red

📋 copy color: '#CC2474'

red 204 ◦ green 36 ◦ blue 116

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

Shades of Medium Violet Red #CC2474

Tints of Medium Violet Red #CC2474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 57.3%
G = 10.11%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC2474 (or 0xCC2474) is known color: Medium Violet Red. HEX triplet: CC, 24 and 74. RGB value is (204,36,116). Sum of RGB (Red+Green+Blue) = 204+36+116=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2474 is #33DB8B. Grayscale: #5F5F5F. Windows color (decimal): -3398540 or 7611596. OLE color: 7611596.

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

Color convert

RGB 204 36 116 -
CMYK 0 0.82 0.43 0.2
HSL 331.43º 0.7% 0.47% -
HSV(B) 331.43º 0.82% 0.8% -
XYZ 28.69 15.36 17.98 -
YUV 95.35 139.66 205.5 -
System Red Green Blue C M Y K H S L
Decimal 204 36 116 0 0.82 0.43 0.2 331.43 0.7 0.47
Hex CC 24 74 0 52 2B 14 14B 46 2F
Octal 314 44 164 0 122 53 24 513 106 57
Binary 11001100 100100 1110100 0 1010010 101011 10100 101001011 1000110 101111

Color Harmonies of #CC2474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2474

Black with #CC2474

Text Example


Text Example

White with #CC2474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2474; }

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

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

background-color css

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

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

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

border-color css

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

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

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