Html Css Color HEX #CA0471 Medium Violet Red

📋 copy color: '#CA0471'

red 202 ◦ green 4 ◦ blue 113

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

Shades of Medium Violet Red #CA0471

Tints of Medium Violet Red #CA0471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

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

R = 63.32%
G = 1.25%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA0471 (or 0xCA0471) is known color: Medium Violet Red. HEX triplet: CA, 04 and 71. RGB value is (202,4,113). Sum of RGB (Red+Green+Blue) = 202+4+113=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0471 is #35FB8E. Grayscale: #4B4B4B. Windows color (decimal): -3537807 or 7406794. OLE color: 7406794.

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

Color convert

RGB 202 4 113 -
CMYK 0 0.98 0.44 0.21
HSL 326.97º 0.96% 0.4% -
HSV(B) 326.97º 0.98% 0.79% -
XYZ 27.38 13.84 16.85 -
YUV 75.63 149.1 218.14 -
System Red Green Blue C M Y K H S L
Decimal 202 4 113 0 0.98 0.44 0.21 326.97 0.96 0.4
Hex CA 4 71 0 62 2C 15 147 60 28
Octal 312 4 161 0 142 54 25 507 140 50
Binary 11001010 100 1110001 0 1100010 101100 10101 101000111 1100000 101000

Color Harmonies of #CA0471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0471

Black with #CA0471

Text Example


Text Example

White with #CA0471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0471; }

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

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

background-color css

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

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

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

border-color css

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

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

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