Html Css Color HEX #CC32A5 Medium Red Violet

📋 copy color: '#CC32A5'

red 204 ◦ green 50 ◦ blue 165

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

Shades of Medium Red Violet #CC32A5

Tints of Medium Red Violet #CC32A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.38%

R = 48.69%
G = 11.93%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC32A5 (or 0xCC32A5) is known color: Medium Red Violet. HEX triplet: CC, 32 and A5. RGB value is (204,50,165). Sum of RGB (Red+Green+Blue) = 204+50+165=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32A5 is #33CD5A. Grayscale: #6C6C6C. Windows color (decimal): -3394907 or 10826444. OLE color: 10826444.

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

Color convert

RGB 204 50 165 -
CMYK 0 0.75 0.19 0.2
HSL 315.19º 0.61% 0.5% -
HSV(B) 315.19º 0.75% 0.8% -
XYZ 32.83 17.84 37.31 -
YUV 109.16 159.52 195.65 -
System Red Green Blue C M Y K H S L
Decimal 204 50 165 0 0.75 0.19 0.2 315.19 0.61 0.5
Hex CC 32 A5 0 4B 13 14 13B 3D 32
Octal 314 62 245 0 113 23 24 473 75 62
Binary 11001100 110010 10100101 0 1001011 10011 10100 100111011 111101 110010

Color Harmonies of #CC32A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32A5

Black with #CC32A5

Text Example


Text Example

White with #CC32A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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