Html Css Color HEX #CA359E Medium Red Violet

📋 copy color: '#CA359E'

red 202 ◦ green 53 ◦ blue 158

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

Shades of Medium Red Violet #CA359E

Tints of Medium Red Violet #CA359E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.26%

R = 48.91%
G = 12.83%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA359E (or 0xCA359E) is known color: Medium Red Violet. HEX triplet: CA, 35 and 9E. RGB value is (202,53,158). Sum of RGB (Red+Green+Blue) = 202+53+158=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA359E is #35CA61. Grayscale: #6D6D6D. Windows color (decimal): -3525218 or 10368458. OLE color: 10368458.

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

Color convert

RGB 202 53 158 -
CMYK 0 0.74 0.22 0.21
HSL 317.72º 0.58% 0.5% -
HSV(B) 317.72º 0.74% 0.79% -
XYZ 31.8 17.57 34.06 -
YUV 109.52 155.36 193.96 -
System Red Green Blue C M Y K H S L
Decimal 202 53 158 0 0.74 0.22 0.21 317.72 0.58 0.5
Hex CA 35 9E 0 4A 16 15 13E 3A 32
Octal 312 65 236 0 112 26 25 476 72 62
Binary 11001010 110101 10011110 0 1001010 10110 10101 100111110 111010 110010

Color Harmonies of #CA359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA359E

Black with #CA359E

Text Example


Text Example

White with #CA359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA359E; }

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

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

background-color css

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

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

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

border-color css

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

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

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