Html Css Color HEX #CA1870 Medium Violet Red

📋 copy color: '#CA1870'

red 202 ◦ green 24 ◦ blue 112

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

Shades of Medium Violet Red #CA1870

Tints of Medium Violet Red #CA1870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.1%

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

R = 59.76%
G = 7.1%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA1870 (or 0xCA1870) is known color: Medium Violet Red. HEX triplet: CA, 18 and 70. RGB value is (202,24,112). Sum of RGB (Red+Green+Blue) = 202+24+112=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1870 is #35E78F. Grayscale: #575757. Windows color (decimal): -3532688 or 7346378. OLE color: 7346378.

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

Color convert

RGB 202 24 112 -
CMYK 0 0.88 0.45 0.21
HSL 330.34º 0.79% 0.44% -
HSV(B) 330.34º 0.88% 0.79% -
XYZ 27.61 14.38 16.65 -
YUV 87.25 141.97 209.84 -
System Red Green Blue C M Y K H S L
Decimal 202 24 112 0 0.88 0.45 0.21 330.34 0.79 0.44
Hex CA 18 70 0 58 2D 15 14A 4F 2C
Octal 312 30 160 0 130 55 25 512 117 54
Binary 11001010 11000 1110000 0 1011000 101101 10101 101001010 1001111 101100

Color Harmonies of #CA1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1870

Black with #CA1870

Text Example


Text Example

White with #CA1870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1870; }

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

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

background-color css

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

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

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

border-color css

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

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

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