Html Css Color HEX #CA2379 Medium Violet Red

📋 copy color: '#CA2379'

red 202 ◦ green 35 ◦ blue 121

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

Shades of Medium Violet Red #CA2379

Tints of Medium Violet Red #CA2379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 56.42%
G = 9.78%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA2379 (or 0xCA2379) is known color: Medium Violet Red. HEX triplet: CA, 23 and 79. RGB value is (202,35,121). Sum of RGB (Red+Green+Blue) = 202+35+121=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2379 is #35DC86. Grayscale: #5E5E5E. Windows color (decimal): -3529863 or 7939018. OLE color: 7939018.

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

Color convert

RGB 202 35 121 -
CMYK 0 0.83 0.40 0.21
HSL 329.1º 0.7% 0.46% -
HSV(B) 329.1º 0.83% 0.79% -
XYZ 28.41 15.14 19.51 -
YUV 94.74 142.83 204.51 -
System Red Green Blue C M Y K H S L
Decimal 202 35 121 0 0.83 0.40 0.21 329.1 0.7 0.46
Hex CA 23 79 0 53 28 15 149 46 2E
Octal 312 43 171 0 123 50 25 511 106 56
Binary 11001010 100011 1111001 0 1010011 101000 10101 101001001 1000110 101110

Color Harmonies of #CA2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2379

Black with #CA2379

Text Example


Text Example

White with #CA2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2379; }

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

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

background-color css

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

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

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

border-color css

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

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

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