Html Css Color HEX #CA119F Medium Violet Red

📋 copy color: '#CA119F'

red 202 ◦ green 17 ◦ blue 159

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

Shades of Medium Violet Red #CA119F

Tints of Medium Violet Red #CA119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.06%

R = 53.44%
G = 4.5%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA119F (or 0xCA119F) is known color: Medium Violet Red. HEX triplet: CA, 11 and 9F. RGB value is (202,17,159). Sum of RGB (Red+Green+Blue) = 202+17+159=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA119F is #35EE60. Grayscale: #585858. Windows color (decimal): -3534433 or 10424778. OLE color: 10424778.

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

Color convert

RGB 202 17 159 -
CMYK 0 0.92 0.21 0.21
HSL 313.95º 0.84% 0.43% -
HSV(B) 313.95º 0.92% 0.79% -
XYZ 30.82 15.46 34.16 -
YUV 88.5 167.79 208.95 -
System Red Green Blue C M Y K H S L
Decimal 202 17 159 0 0.92 0.21 0.21 313.95 0.84 0.43
Hex CA 11 9F 0 5C 15 15 13A 54 2B
Octal 312 21 237 0 134 25 25 472 124 53
Binary 11001010 10001 10011111 0 1011100 10101 10101 100111010 1010100 101011

Color Harmonies of #CA119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA119F

Black with #CA119F

Text Example


Text Example

White with #CA119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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