Html Css Color HEX #CC32A2 Medium Red Violet

📋 copy color: '#CC32A2'

red 204 ◦ green 50 ◦ blue 162

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

Shades of Medium Red Violet #CC32A2

Tints of Medium Red Violet #CC32A2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.02%

 BLUE value IS 162 (63.67% from 255) = 38.94%

R = 49.04%
G = 12.02%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC32A2 (or 0xCC32A2) is known color: Medium Red Violet. HEX triplet: CC, 32 and A2. RGB value is (204,50,162). Sum of RGB (Red+Green+Blue) = 204+50+162=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32A2 is #33CD5D. Grayscale: #6C6C6C. Windows color (decimal): -3394910 or 10629836. OLE color: 10629836.

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

Color convert

RGB 204 50 162 -
CMYK 0 0.75 0.21 0.2
HSL 316.36º 0.61% 0.5% -
HSV(B) 316.36º 0.75% 0.8% -
XYZ 32.56 17.73 35.89 -
YUV 108.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 204 50 162 0 0.75 0.21 0.2 316.36 0.61 0.5
Hex CC 32 A2 0 4B 15 14 13C 3D 32
Octal 314 62 242 0 113 25 24 474 75 62
Binary 11001100 110010 10100010 0 1001011 10101 10100 100111100 111101 110010

Color Harmonies of #CC32A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32A2

Black with #CC32A2

Text Example


Text Example

White with #CC32A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32A2; }

 p { color: rgb(204,50,162); }

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

background-color css

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

 a { background-color: rgb(204,50,162); }

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

border-color css

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

 span { border-color: rgb(204,50,162); }

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