Html Css Color HEX #CC2283 Medium Violet Red

📋 copy color: '#CC2283'

red 204 ◦ green 34 ◦ blue 131

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

Shades of Medium Violet Red #CC2283

Tints of Medium Violet Red #CC2283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.21%

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

R = 55.28%
G = 9.21%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC2283 (or 0xCC2283) is known color: Medium Violet Red. HEX triplet: CC, 22 and 83. RGB value is (204,34,131). Sum of RGB (Red+Green+Blue) = 204+34+131=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2283 is #33DD7C. Grayscale: #5F5F5F. Windows color (decimal): -3399037 or 8594124. OLE color: 8594124.

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

Color convert

RGB 204 34 131 -
CMYK 0 0.83 0.36 0.2
HSL 325.76º 0.71% 0.47% -
HSV(B) 325.76º 0.83% 0.8% -
XYZ 29.57 15.62 22.93 -
YUV 95.89 147.82 205.11 -
System Red Green Blue C M Y K H S L
Decimal 204 34 131 0 0.83 0.36 0.2 325.76 0.71 0.47
Hex CC 22 83 0 53 24 14 146 47 2F
Octal 314 42 203 0 123 44 24 506 107 57
Binary 11001100 100010 10000011 0 1010011 100100 10100 101000110 1000111 101111

Color Harmonies of #CC2283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2283

Black with #CC2283

Text Example


Text Example

White with #CC2283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2283; }

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

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

background-color css

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

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

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

border-color css

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

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

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