Html Css Color HEX #CC1982 Medium Violet Red

📋 copy color: '#CC1982'

red 204 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #CC1982

Tints of Medium Violet Red #CC1982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.96%

 BLUE value IS 130 (51.17% from 255) = 36.21%

R = 56.82%
G = 6.96%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC1982 (or 0xCC1982) is known color: Medium Violet Red. HEX triplet: CC, 19 and 82. RGB value is (204,25,130). Sum of RGB (Red+Green+Blue) = 204+25+130=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1982 is #33E67D. Grayscale: #5A5A5A. Windows color (decimal): -3401342 or 8526284. OLE color: 8526284.

HSL color Cylindrical-coordinate representation of color #CC1982: hue angle of 324.8º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1982 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 130 -
CMYK 0 0.88 0.36 0.2
HSL 324.8º 0.78% 0.45% -
HSV(B) 324.8º 0.88% 0.8% -
XYZ 29.28 15.14 22.5 -
YUV 90.49 150.3 208.96 -
System Red Green Blue C M Y K H S L
Decimal 204 25 130 0 0.88 0.36 0.2 324.8 0.78 0.45
Hex CC 19 82 0 58 24 14 145 4E 2D
Octal 314 31 202 0 130 44 24 505 116 55
Binary 11001100 11001 10000010 0 1011000 100100 10100 101000101 1001110 101101

Color Harmonies of #CC1982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1982

Black with #CC1982

Text Example


Text Example

White with #CC1982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1982; }

 p { color: rgb(204,25,130); }

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

background-color css

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

 a { background-color: rgb(204,25,130); }

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

border-color css

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

 span { border-color: rgb(204,25,130); }

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