Html Css Color HEX #CA2370 Medium Violet Red

📋 copy color: '#CA2370'

red 202 ◦ green 35 ◦ blue 112

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

Shades of Medium Violet Red #CA2370

Tints of Medium Violet Red #CA2370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.03%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 57.88%
G = 10.03%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA2370 (or 0xCA2370) is known color: Medium Violet Red. HEX triplet: CA, 23 and 70. RGB value is (202,35,112). Sum of RGB (Red+Green+Blue) = 202+35+112=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2370 is #35DC8F. Grayscale: #5D5D5D. Windows color (decimal): -3529872 or 7349194. OLE color: 7349194.

HSL color Cylindrical-coordinate representation of color #CA2370: hue angle of 332.34º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2370 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 35 112 -
CMYK 0 0.83 0.45 0.21
HSL 332.34º 0.7% 0.46% -
HSV(B) 332.34º 0.83% 0.79% -
XYZ 27.88 14.93 16.74 -
YUV 93.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 202 35 112 0 0.83 0.45 0.21 332.34 0.7 0.46
Hex CA 23 70 0 53 2D 15 14C 46 2E
Octal 312 43 160 0 123 55 25 514 106 56
Binary 11001010 100011 1110000 0 1010011 101101 10101 101001100 1000110 101110

Color Harmonies of #CA2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2370

Black with #CA2370

Text Example


Text Example

White with #CA2370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2370; }

 p { color: rgb(202,35,112); }

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

background-color css

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

 a { background-color: rgb(202,35,112); }

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

border-color css

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

 span { border-color: rgb(202,35,112); }

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