Html Css Color HEX #CA1499 Medium Violet Red

📋 copy color: '#CA1499'

red 202 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #CA1499

Tints of Medium Violet Red #CA1499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.33%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 53.87%
G = 5.33%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA1499 (or 0xCA1499) is known color: Medium Violet Red. HEX triplet: CA, 14 and 99. RGB value is (202,20,153). Sum of RGB (Red+Green+Blue) = 202+20+153=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1499 is #35EB66. Grayscale: #595959. Windows color (decimal): -3533671 or 10032330. OLE color: 10032330.

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

Color convert

RGB 202 20 153 -
CMYK 0 0.90 0.24 0.21
HSL 316.15º 0.82% 0.44% -
HSV(B) 316.15º 0.9% 0.79% -
XYZ 30.36 15.36 31.5 -
YUV 89.58 163.8 208.19 -
System Red Green Blue C M Y K H S L
Decimal 202 20 153 0 0.90 0.24 0.21 316.15 0.82 0.44
Hex CA 14 99 0 5A 18 15 13C 52 2C
Octal 312 24 231 0 132 30 25 474 122 54
Binary 11001010 10100 10011001 0 1011010 11000 10101 100111100 1010010 101100

Color Harmonies of #CA1499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1499

Black with #CA1499

Text Example


Text Example

White with #CA1499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1499; }

 p { color: rgb(202,20,153); }

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

background-color css

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

 a { background-color: rgb(202,20,153); }

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

border-color css

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

 span { border-color: rgb(202,20,153); }

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