Html Css Color HEX #CC2183 Medium Violet Red

📋 copy color: '#CC2183'

red 204 ◦ green 33 ◦ blue 131

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

Shades of Medium Violet Red #CC2183

Tints of Medium Violet Red #CC2183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.97%

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

R = 55.43%
G = 8.97%
B = 35.6%

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

#CC2183 (or 0xCC2183) is known color: Medium Violet Red. HEX triplet: CC, 21 and 83. RGB value is (204,33,131). Sum of RGB (Red+Green+Blue) = 204+33+131=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2183 is #33DE7C. Grayscale: #5F5F5F. Windows color (decimal): -3399293 or 8593868. OLE color: 8593868.

HSL color Cylindrical-coordinate representation of color #CC2183: hue angle of 325.61º degrees, saturation: 0.72, 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 #CC2183 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 131 -
CMYK 0 0.84 0.36 0.2
HSL 325.61º 0.72% 0.46% -
HSV(B) 325.61º 0.84% 0.8% -
XYZ 29.54 15.56 22.92 -
YUV 95.3 148.15 205.53 -
System Red Green Blue C M Y K H S L
Decimal 204 33 131 0 0.84 0.36 0.2 325.61 0.72 0.46
Hex CC 21 83 0 54 24 14 146 48 2E
Octal 314 41 203 0 124 44 24 506 110 56
Binary 11001100 100001 10000011 0 1010100 100100 10100 101000110 1001000 101110

Color Harmonies of #CC2183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2183

Black with #CC2183

Text Example


Text Example

White with #CC2183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2183; }

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

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

background-color css

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

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

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

border-color css

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

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

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