Html Css Color HEX #CA359B Medium Red Violet

📋 copy color: '#CA359B'

red 202 ◦ green 53 ◦ blue 155

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

Shades of Medium Red Violet #CA359B

Tints of Medium Red Violet #CA359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 49.27%
G = 12.93%
B = 37.8%

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

#CA359B (or 0xCA359B) is known color: Medium Red Violet. HEX triplet: CA, 35 and 9B. RGB value is (202,53,155). Sum of RGB (Red+Green+Blue) = 202+53+155=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA359B is #35CA64. Grayscale: #6C6C6C. Windows color (decimal): -3525221 or 10171850. OLE color: 10171850.

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

Color convert

RGB 202 53 155 -
CMYK 0 0.74 0.23 0.21
HSL 318.93º 0.58% 0.5% -
HSV(B) 318.93º 0.74% 0.79% -
XYZ 31.55 17.47 32.72 -
YUV 109.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 202 53 155 0 0.74 0.23 0.21 318.93 0.58 0.5
Hex CA 35 9B 0 4A 17 15 13F 3A 32
Octal 312 65 233 0 112 27 25 477 72 62
Binary 11001010 110101 10011011 0 1001010 10111 10101 100111111 111010 110010

Color Harmonies of #CA359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA359B

Black with #CA359B

Text Example


Text Example

White with #CA359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA359B; }

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

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

background-color css

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

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

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

border-color css

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

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

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