Html Css Color HEX #CA32A4 Medium Red Violet

📋 copy color: '#CA32A4'

red 202 ◦ green 50 ◦ blue 164

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

Shades of Medium Red Violet #CA32A4

Tints of Medium Red Violet #CA32A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.42%

R = 48.56%
G = 12.02%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#CA32A4 (or 0xCA32A4) is known color: Medium Red Violet. HEX triplet: CA, 32 and A4. RGB value is (202,50,164). Sum of RGB (Red+Green+Blue) = 202+50+164=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA32A4 is #35CD5B. Grayscale: #6C6C6C. Windows color (decimal): -3525980 or 10760906. OLE color: 10760906.

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

Color convert

RGB 202 50 164 -
CMYK 0 0.75 0.19 0.21
HSL 315º 0.6% 0.49% -
HSV(B) 315º 0.75% 0.79% -
XYZ 32.2 17.52 36.81 -
YUV 108.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 202 50 164 0 0.75 0.19 0.21 315 0.6 0.49
Hex CA 32 A4 0 4B 13 15 13B 3C 31
Octal 312 62 244 0 113 23 25 473 74 61
Binary 11001010 110010 10100100 0 1001011 10011 10101 100111011 111100 110001

Color Harmonies of #CA32A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA32A4

Black with #CA32A4

Text Example


Text Example

White with #CA32A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA32A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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