Html Css Color HEX #CA35A1 Medium Red Violet

📋 copy color: '#CA35A1'

red 202 ◦ green 53 ◦ blue 161

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

Shades of Medium Red Violet #CA35A1

Tints of Medium Red Violet #CA35A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.7%

R = 48.56%
G = 12.74%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA35A1 (or 0xCA35A1) is known color: Medium Red Violet. HEX triplet: CA, 35 and A1. RGB value is (202,53,161). Sum of RGB (Red+Green+Blue) = 202+53+161=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA35A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA35A1 is #35CA5E. Grayscale: #6D6D6D. Windows color (decimal): -3525215 or 10565066. OLE color: 10565066.

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

Color convert

RGB 202 53 161 -
CMYK 0 0.74 0.20 0.21
HSL 316.51º 0.58% 0.5% -
HSV(B) 316.51º 0.74% 0.79% -
XYZ 32.06 17.68 35.44 -
YUV 109.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 202 53 161 0 0.74 0.20 0.21 316.51 0.58 0.5
Hex CA 35 A1 0 4A 14 15 13D 3A 32
Octal 312 65 241 0 112 24 25 475 72 62
Binary 11001010 110101 10100001 0 1001010 10100 10101 100111101 111010 110010

Color Harmonies of #CA35A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA35A1

Black with #CA35A1

Text Example


Text Example

White with #CA35A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA35A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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