Html Css Color HEX #CC32AB Medium Red Violet

📋 copy color: '#CC32AB'

red 204 ◦ green 50 ◦ blue 171

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

Shades of Medium Red Violet #CC32AB

Tints of Medium Red Violet #CC32AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 48%
G = 11.76%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC32AB (or 0xCC32AB) is known color: Medium Red Violet. HEX triplet: CC, 32 and AB. RGB value is (204,50,171). Sum of RGB (Red+Green+Blue) = 204+50+171=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32AB is #33CD54. Grayscale: #6D6D6D. Windows color (decimal): -3394901 or 11219660. OLE color: 11219660.

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

Color convert

RGB 204 50 171 -
CMYK 0 0.75 0.16 0.2
HSL 312.86º 0.61% 0.5% -
HSV(B) 312.86º 0.75% 0.8% -
XYZ 33.39 18.06 40.25 -
YUV 109.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 204 50 171 0 0.75 0.16 0.2 312.86 0.61 0.5
Hex CC 32 AB 0 4B 10 14 139 3D 32
Octal 314 62 253 0 113 20 24 471 75 62
Binary 11001100 110010 10101011 0 1001011 10000 10100 100111001 111101 110010

Color Harmonies of #CC32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32AB

Black with #CC32AB

Text Example


Text Example

White with #CC32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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