Html Css Color HEX #CC22A8 Medium Violet Red

📋 copy color: '#CC22A8'

red 204 ◦ green 34 ◦ blue 168

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

Shades of Medium Violet Red #CC22A8

Tints of Medium Violet Red #CC22A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.38%

R = 50.25%
G = 8.37%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC22A8 (or 0xCC22A8) is known color: Medium Violet Red. HEX triplet: CC, 22 and A8. RGB value is (204,34,168). Sum of RGB (Red+Green+Blue) = 204+34+168=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC22A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC22A8 is #33DD57. Grayscale: #636363. Windows color (decimal): -3399000 or 11018956. OLE color: 11018956.

HSL color Cylindrical-coordinate representation of color #CC22A8: hue angle of 312.71º 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 #CC22A8 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 168 -
CMYK 0 0.83 0.18 0.2
HSL 312.71º 0.71% 0.47% -
HSV(B) 312.71º 0.83% 0.8% -
XYZ 32.54 16.81 38.58 -
YUV 100.11 166.32 202.1 -
System Red Green Blue C M Y K H S L
Decimal 204 34 168 0 0.83 0.18 0.2 312.71 0.71 0.47
Hex CC 22 A8 0 53 12 14 139 47 2F
Octal 314 42 250 0 123 22 24 471 107 57
Binary 11001100 100010 10101000 0 1010011 10010 10100 100111001 1000111 101111

Color Harmonies of #CC22A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC22A8

Black with #CC22A8

Text Example


Text Example

White with #CC22A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC22A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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