Html Css Color HEX #CA359C Medium Red Violet

📋 copy color: '#CA359C'

red 202 ◦ green 53 ◦ blue 156

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

Shades of Medium Red Violet #CA359C

Tints of Medium Red Violet #CA359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 49.15%
G = 12.9%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA359C (or 0xCA359C) is known color: Medium Red Violet. HEX triplet: CA, 35 and 9C. RGB value is (202,53,156). Sum of RGB (Red+Green+Blue) = 202+53+156=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA359C is #35CA63. Grayscale: #6D6D6D. Windows color (decimal): -3525220 or 10237386. OLE color: 10237386.

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

Color convert

RGB 202 53 156 -
CMYK 0 0.74 0.23 0.21
HSL 318.52º 0.58% 0.5% -
HSV(B) 318.52º 0.74% 0.79% -
XYZ 31.63 17.5 33.16 -
YUV 109.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 202 53 156 0 0.74 0.23 0.21 318.52 0.58 0.5
Hex CA 35 9C 0 4A 17 15 13F 3A 32
Octal 312 65 234 0 112 27 25 477 72 62
Binary 11001010 110101 10011100 0 1001010 10111 10101 100111111 111010 110010

Color Harmonies of #CA359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA359C

Black with #CA359C

Text Example


Text Example

White with #CA359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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