Html Css Color HEX #CA2078 Medium Violet Red

📋 copy color: '#CA2078'

red 202 ◦ green 32 ◦ blue 120

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

Shades of Medium Violet Red #CA2078

Tints of Medium Violet Red #CA2078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 57.06%
G = 9.04%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA2078 (or 0xCA2078) is known color: Medium Violet Red. HEX triplet: CA, 20 and 78. RGB value is (202,32,120). Sum of RGB (Red+Green+Blue) = 202+32+120=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2078 is #35DF87. Grayscale: #5C5C5C. Windows color (decimal): -3530632 or 7872714. OLE color: 7872714.

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

Color convert

RGB 202 32 120 -
CMYK 0 0.84 0.41 0.21
HSL 328.94º 0.73% 0.46% -
HSV(B) 328.94º 0.84% 0.79% -
XYZ 28.26 14.95 19.16 -
YUV 92.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 202 32 120 0 0.84 0.41 0.21 328.94 0.73 0.46
Hex CA 20 78 0 54 29 15 149 49 2E
Octal 312 40 170 0 124 51 25 511 111 56
Binary 11001010 100000 1111000 0 1010100 101001 10101 101001001 1001001 101110

Color Harmonies of #CA2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2078

Black with #CA2078

Text Example


Text Example

White with #CA2078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2078; }

 p { color: rgb(202,32,120); }

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

background-color css

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

 a { background-color: rgb(202,32,120); }

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

border-color css

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

 span { border-color: rgb(202,32,120); }

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