Html Css Color HEX #CA32AB Medium Red Violet

📋 copy color: '#CA32AB'

red 202 ◦ green 50 ◦ blue 171

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

Shades of Medium Red Violet #CA32AB

Tints of Medium Red Violet #CA32AB

RGB

 RED value IS 202 (79.3% from 255) = 47.75%

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

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

R = 47.75%
G = 11.82%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA32AB (or 0xCA32AB) is known color: Medium Red Violet. HEX triplet: CA, 32 and AB. RGB value is (202,50,171). Sum of RGB (Red+Green+Blue) = 202+50+171=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA32AB is #35CD54. Grayscale: #6C6C6C. Windows color (decimal): -3525973 or 11219658. OLE color: 11219658.

HSL color Cylindrical-coordinate representation of color #CA32AB: hue angle of 312.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA32AB is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 171 -
CMYK 0 0.75 0.15 0.21
HSL 312.24º 0.6% 0.49% -
HSV(B) 312.24º 0.75% 0.79% -
XYZ 32.85 17.78 40.23 -
YUV 109.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 202 50 171 0 0.75 0.15 0.21 312.24 0.6 0.49
Hex CA 32 AB 0 4B F 15 138 3C 31
Octal 312 62 253 0 113 17 25 470 74 61
Binary 11001010 110010 10101011 0 1001011 1111 10101 100111000 111100 110001

Color Harmonies of #CA32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA32AB

Black with #CA32AB

Text Example


Text Example

White with #CA32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA32AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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