Html Css Color HEX #CA35AA Medium Red Violet

📋 copy color: '#CA35AA'

red 202 ◦ green 53 ◦ blue 170

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

Shades of Medium Red Violet #CA35AA

Tints of Medium Red Violet #CA35AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.47%

 BLUE value IS 170 (66.8% from 255) = 40%

R = 47.53%
G = 12.47%
B = 40%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA35AA (or 0xCA35AA) is known color: Medium Red Violet. HEX triplet: CA, 35 and AA. RGB value is (202,53,170). Sum of RGB (Red+Green+Blue) = 202+53+170=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA35AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA35AA is #35CA55. Grayscale: #6E6E6E. Windows color (decimal): -3525206 or 11154890. OLE color: 11154890.

HSL color Cylindrical-coordinate representation of color #CA35AA: hue angle of 312.89º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA35AA is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 53 170 -
CMYK 0 0.74 0.16 0.21
HSL 312.89º 0.58% 0.5% -
HSV(B) 312.89º 0.74% 0.79% -
XYZ 32.89 18.01 39.77 -
YUV 110.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 202 53 170 0 0.74 0.16 0.21 312.89 0.58 0.5
Hex CA 35 AA 0 4A 10 15 139 3A 32
Octal 312 65 252 0 112 20 25 471 72 62
Binary 11001010 110101 10101010 0 1001010 10000 10101 100111001 111010 110010

Color Harmonies of #CA35AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA35AA

Black with #CA35AA

Text Example


Text Example

White with #CA35AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA35AA; }

 p { color: rgb(202,53,170); }

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

background-color css

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

 a { background-color: rgb(202,53,170); }

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

border-color css

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

 span { border-color: rgb(202,53,170); }

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