Html Css Color HEX #CC0082 Medium Violet Red

📋 copy color: '#CC0082'

red 204 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #CC0082

Tints of Medium Violet Red #CC0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.08%
G = 0%
B = 38.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC0082 (or 0xCC0082) is known color: Medium Violet Red. HEX triplet: CC, 00 and 82. RGB value is (204,0,130). Sum of RGB (Red+Green+Blue) = 204+0+130=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0082 is #33FF7D. Grayscale: #4B4B4B. Windows color (decimal): -3407742 or 8519884. OLE color: 8519884.

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

Color convert

RGB 204 0 130 -
CMYK 0 1 0.36 0.2
HSL 321.76º 1% 0.4% -
HSV(B) 321.76º 1% 0.8% -
XYZ 28.93 14.45 22.38 -
YUV 75.82 158.59 219.43 -
System Red Green Blue C M Y K H S L
Decimal 204 0 130 0 1 0.36 0.2 321.76 1 0.4
Hex CC 0 82 0 64 24 14 142 64 28
Octal 314 0 202 0 144 44 24 502 144 50
Binary 11001100 0 10000010 0 1100100 100100 10100 101000010 1100100 101000

Color Harmonies of #CC0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0082

Black with #CC0082

Text Example


Text Example

White with #CC0082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0082; }

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

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

background-color css

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

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

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

border-color css

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

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

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