Html Css Color HEX #CA1771 Medium Violet Red

📋 copy color: '#CA1771'

red 202 ◦ green 23 ◦ blue 113

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

Shades of Medium Violet Red #CA1771

Tints of Medium Violet Red #CA1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

 BLUE value IS 113 (44.53% from 255) = 33.43%

R = 59.76%
G = 6.8%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA1771 (or 0xCA1771) is known color: Medium Violet Red. HEX triplet: CA, 17 and 71. RGB value is (202,23,113). Sum of RGB (Red+Green+Blue) = 202+23+113=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1771 is #35E88E. Grayscale: #565656. Windows color (decimal): -3532943 or 7411658. OLE color: 7411658.

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

Color convert

RGB 202 23 113 -
CMYK 0 0.89 0.44 0.21
HSL 329.83º 0.8% 0.44% -
HSV(B) 329.83º 0.89% 0.79% -
XYZ 27.64 14.36 16.94 -
YUV 86.78 142.8 210.18 -
System Red Green Blue C M Y K H S L
Decimal 202 23 113 0 0.89 0.44 0.21 329.83 0.8 0.44
Hex CA 17 71 0 59 2C 15 14A 50 2C
Octal 312 27 161 0 131 54 25 512 120 54
Binary 11001010 10111 1110001 0 1011001 101100 10101 101001010 1010000 101100

Color Harmonies of #CA1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1771

Black with #CA1771

Text Example


Text Example

White with #CA1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1771; }

 p { color: rgb(202,23,113); }

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

background-color css

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

 a { background-color: rgb(202,23,113); }

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

border-color css

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

 span { border-color: rgb(202,23,113); }

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