Html Css Color HEX #CC0481 Medium Violet Red

📋 copy color: '#CC0481'

red 204 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #CC0481

Tints of Medium Violet Red #CC0481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 60.53%
G = 1.19%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC0481 (or 0xCC0481) is known color: Medium Violet Red. HEX triplet: CC, 04 and 81. RGB value is (204,4,129). Sum of RGB (Red+Green+Blue) = 204+4+129=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0481 is #33FB7E. Grayscale: #4D4D4D. Windows color (decimal): -3406719 or 8455372. OLE color: 8455372.

HSL color Cylindrical-coordinate representation of color #CC0481: hue angle of 322.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0481 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 4 129 -
CMYK 0 0.98 0.37 0.2
HSL 322.5º 0.96% 0.41% -
HSV(B) 322.5º 0.98% 0.8% -
XYZ 28.91 14.51 22.05 -
YUV 78.05 156.76 217.84 -
System Red Green Blue C M Y K H S L
Decimal 204 4 129 0 0.98 0.37 0.2 322.5 0.96 0.41
Hex CC 4 81 0 62 25 14 142 60 29
Octal 314 4 201 0 142 45 24 502 140 51
Binary 11001100 100 10000001 0 1100010 100101 10100 101000010 1100000 101001

Color Harmonies of #CC0481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0481

Black with #CC0481

Text Example


Text Example

White with #CC0481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0481; }

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

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

background-color css

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

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

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

border-color css

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

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

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