Html Css Color HEX #CC31AA Medium Red Violet

📋 copy color: '#CC31AA'

red 204 ◦ green 49 ◦ blue 170

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

Shades of Medium Red Violet #CC31AA

Tints of Medium Red Violet #CC31AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.58%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 48.23%
G = 11.58%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC31AA (or 0xCC31AA) is known color: Medium Red Violet. HEX triplet: CC, 31 and AA. RGB value is (204,49,170). Sum of RGB (Red+Green+Blue) = 204+49+170=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC31AA is #33CE55. Grayscale: #6C6C6C. Windows color (decimal): -3395158 or 11153868. OLE color: 11153868.

HSL color Cylindrical-coordinate representation of color #CC31AA: hue angle of 313.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC31AA is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 49 170 -
CMYK 0 0.76 0.17 0.2
HSL 313.16º 0.61% 0.5% -
HSV(B) 313.16º 0.76% 0.8% -
XYZ 33.26 17.94 39.74 -
YUV 109.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 204 49 170 0 0.76 0.17 0.2 313.16 0.61 0.5
Hex CC 31 AA 0 4C 11 14 139 3D 32
Octal 314 61 252 0 114 21 24 471 75 62
Binary 11001100 110001 10101010 0 1001100 10001 10100 100111001 111101 110010

Color Harmonies of #CC31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31AA

Black with #CC31AA

Text Example


Text Example

White with #CC31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31AA; }

 p { color: rgb(204,49,170); }

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

background-color css

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

 a { background-color: rgb(204,49,170); }

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

border-color css

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

 span { border-color: rgb(204,49,170); }

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