Html Css Color HEX #CA1190 Medium Violet Red

📋 copy color: '#CA1190'

red 202 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #CA1190

Tints of Medium Violet Red #CA1190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.68%

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 55.65%
G = 4.68%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA1190 (or 0xCA1190) is known color: Medium Violet Red. HEX triplet: CA, 11 and 90. RGB value is (202,17,144). Sum of RGB (Red+Green+Blue) = 202+17+144=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1190 is #35EE6F. Grayscale: #565656. Windows color (decimal): -3534448 or 9441738. OLE color: 9441738.

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

Color convert

RGB 202 17 144 -
CMYK 0 0.92 0.29 0.21
HSL 318.81º 0.84% 0.43% -
HSV(B) 318.81º 0.92% 0.79% -
XYZ 29.59 14.97 27.72 -
YUV 86.79 160.29 210.17 -
System Red Green Blue C M Y K H S L
Decimal 202 17 144 0 0.92 0.29 0.21 318.81 0.84 0.43
Hex CA 11 90 0 5C 1D 15 13F 54 2B
Octal 312 21 220 0 134 35 25 477 124 53
Binary 11001010 10001 10010000 0 1011100 11101 10101 100111111 1010100 101011

Color Harmonies of #CA1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1190

Black with #CA1190

Text Example


Text Example

White with #CA1190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1190; }

 p { color: rgb(202,17,144); }

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

background-color css

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

 a { background-color: rgb(202,17,144); }

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

border-color css

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

 span { border-color: rgb(202,17,144); }

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