Html Css Color HEX #CA2377 Medium Violet Red

📋 copy color: '#CA2377'

red 202 ◦ green 35 ◦ blue 119

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

Shades of Medium Violet Red #CA2377

Tints of Medium Violet Red #CA2377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 56.74%
G = 9.83%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA2377 (or 0xCA2377) is known color: Medium Violet Red. HEX triplet: CA, 23 and 77. RGB value is (202,35,119). Sum of RGB (Red+Green+Blue) = 202+35+119=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2377 is #35DC88. Grayscale: #5E5E5E. Windows color (decimal): -3529865 or 7807946. OLE color: 7807946.

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

Color convert

RGB 202 35 119 -
CMYK 0 0.83 0.41 0.21
HSL 329.82º 0.7% 0.46% -
HSV(B) 329.82º 0.83% 0.79% -
XYZ 28.29 15.09 18.87 -
YUV 94.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 202 35 119 0 0.83 0.41 0.21 329.82 0.7 0.46
Hex CA 23 77 0 53 29 15 14A 46 2E
Octal 312 43 167 0 123 51 25 512 106 56
Binary 11001010 100011 1110111 0 1010011 101001 10101 101001010 1000110 101110

Color Harmonies of #CA2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2377

Black with #CA2377

Text Example


Text Example

White with #CA2377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2377; }

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

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

background-color css

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

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

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

border-color css

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

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

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