Html Css Color HEX #CA0171 Medium Violet Red

📋 copy color: '#CA0171'

red 202 ◦ green 1 ◦ blue 113

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

Shades of Medium Violet Red #CA0171

Tints of Medium Violet Red #CA0171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 63.92%
G = 0.32%
B = 35.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA0171 (or 0xCA0171) is known color: Medium Violet Red. HEX triplet: CA, 01 and 71. RGB value is (202,1,113). Sum of RGB (Red+Green+Blue) = 202+1+113=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0171 is #35FE8E. Grayscale: #494949. Windows color (decimal): -3538575 or 7406026. OLE color: 7406026.

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

Color convert

RGB 202 1 113 -
CMYK 0 1.00 0.44 0.21
HSL 326.57º 0.99% 0.4% -
HSV(B) 326.57º 1% 0.79% -
XYZ 27.35 13.77 16.84 -
YUV 73.87 150.09 219.39 -
System Red Green Blue C M Y K H S L
Decimal 202 1 113 0 1.00 0.44 0.21 326.57 0.99 0.4
Hex CA 1 71 0 64 2C 15 147 63 28
Octal 312 1 161 0 144 54 25 507 143 50
Binary 11001010 1 1110001 0 1100100 101100 10101 101000111 1100011 101000

Color Harmonies of #CA0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0171

Black with #CA0171

Text Example


Text Example

White with #CA0171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0171; }

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

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

background-color css

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

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

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

border-color css

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

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

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