Html Css Color HEX #CC2083 Medium Violet Red

📋 copy color: '#CC2083'

red 204 ◦ green 32 ◦ blue 131

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

Shades of Medium Violet Red #CC2083

Tints of Medium Violet Red #CC2083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.72%

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 55.59%
G = 8.72%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC2083 (or 0xCC2083) is known color: Medium Violet Red. HEX triplet: CC, 20 and 83. RGB value is (204,32,131). Sum of RGB (Red+Green+Blue) = 204+32+131=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2083 is #33DF7C. Grayscale: #5E5E5E. Windows color (decimal): -3399549 or 8593612. OLE color: 8593612.

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

Color convert

RGB 204 32 131 -
CMYK 0 0.84 0.36 0.2
HSL 325.47º 0.73% 0.46% -
HSV(B) 325.47º 0.84% 0.8% -
XYZ 29.52 15.51 22.91 -
YUV 94.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 204 32 131 0 0.84 0.36 0.2 325.47 0.73 0.46
Hex CC 20 83 0 54 24 14 145 49 2E
Octal 314 40 203 0 124 44 24 505 111 56
Binary 11001100 100000 10000011 0 1010100 100100 10100 101000101 1001001 101110

Color Harmonies of #CC2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2083

Black with #CC2083

Text Example


Text Example

White with #CC2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2083; }

 p { color: rgb(204,32,131); }

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

background-color css

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

 a { background-color: rgb(204,32,131); }

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

border-color css

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

 span { border-color: rgb(204,32,131); }

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