Html Css Color HEX #CC2481 Medium Violet Red

📋 copy color: '#CC2481'

red 204 ◦ green 36 ◦ blue 129

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

Shades of Medium Violet Red #CC2481

Tints of Medium Violet Red #CC2481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 55.28%
G = 9.76%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2481 (or 0xCC2481) is known color: Medium Violet Red. HEX triplet: CC, 24 and 81. RGB value is (204,36,129). Sum of RGB (Red+Green+Blue) = 204+36+129=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2481 is #33DB7E. Grayscale: #606060. Windows color (decimal): -3398527 or 8463564. OLE color: 8463564.

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

Color convert

RGB 204 36 129 -
CMYK 0 0.82 0.37 0.2
HSL 326.79º 0.7% 0.47% -
HSV(B) 326.79º 0.82% 0.8% -
XYZ 29.5 15.68 22.24 -
YUV 96.83 146.16 204.44 -
System Red Green Blue C M Y K H S L
Decimal 204 36 129 0 0.82 0.37 0.2 326.79 0.7 0.47
Hex CC 24 81 0 52 25 14 147 46 2F
Octal 314 44 201 0 122 45 24 507 106 57
Binary 11001100 100100 10000001 0 1010010 100101 10100 101000111 1000110 101111

Color Harmonies of #CC2481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2481

Black with #CC2481

Text Example


Text Example

White with #CC2481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2481; }

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

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

background-color css

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

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

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

border-color css

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

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

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