Html Css Color HEX #CA2071 Medium Violet Red

📋 copy color: '#CA2071'

red 202 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #CA2071

Tints of Medium Violet Red #CA2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

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

R = 58.21%
G = 9.22%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA2071 (or 0xCA2071) is known color: Medium Violet Red. HEX triplet: CA, 20 and 71. RGB value is (202,32,113). Sum of RGB (Red+Green+Blue) = 202+32+113=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2071 is #35DF8E. Grayscale: #5B5B5B. Windows color (decimal): -3530639 or 7413962. OLE color: 7413962.

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

Color convert

RGB 202 32 113 -
CMYK 0 0.84 0.44 0.21
HSL 331.41º 0.73% 0.46% -
HSV(B) 331.41º 0.84% 0.79% -
XYZ 27.85 14.78 17.01 -
YUV 92.06 139.82 206.41 -
System Red Green Blue C M Y K H S L
Decimal 202 32 113 0 0.84 0.44 0.21 331.41 0.73 0.46
Hex CA 20 71 0 54 2C 15 14B 49 2E
Octal 312 40 161 0 124 54 25 513 111 56
Binary 11001010 100000 1110001 0 1010100 101100 10101 101001011 1001001 101110

Color Harmonies of #CA2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2071

Black with #CA2071

Text Example


Text Example

White with #CA2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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