Html Css Color HEX #CA1978 Medium Violet Red

📋 copy color: '#CA1978'

red 202 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #CA1978

Tints of Medium Violet Red #CA1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.2%

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

R = 58.21%
G = 7.2%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA1978 (or 0xCA1978) is known color: Medium Violet Red. HEX triplet: CA, 19 and 78. RGB value is (202,25,120). Sum of RGB (Red+Green+Blue) = 202+25+120=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1978 is #35E687. Grayscale: #585858. Windows color (decimal): -3532424 or 7870922. OLE color: 7870922.

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

Color convert

RGB 202 25 120 -
CMYK 0 0.88 0.41 0.21
HSL 327.8º 0.78% 0.45% -
HSV(B) 327.8º 0.88% 0.79% -
XYZ 28.09 14.61 19.11 -
YUV 88.75 145.64 208.78 -
System Red Green Blue C M Y K H S L
Decimal 202 25 120 0 0.88 0.41 0.21 327.8 0.78 0.45
Hex CA 19 78 0 58 29 15 148 4E 2D
Octal 312 31 170 0 130 51 25 510 116 55
Binary 11001010 11001 1111000 0 1011000 101001 10101 101001000 1001110 101101

Color Harmonies of #CA1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1978

Black with #CA1978

Text Example


Text Example

White with #CA1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1978; }

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

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

background-color css

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

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

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

border-color css

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

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

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