Html Css Color HEX #CA1C73 Medium Violet Red

📋 copy color: '#CA1C73'

red 202 ◦ green 28 ◦ blue 115

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

Shades of Medium Violet Red #CA1C73

Tints of Medium Violet Red #CA1C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.12%

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 58.55%
G = 8.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA1C73 (or 0xCA1C73) is known color: Medium Violet Red. HEX triplet: CA, 1C and 73. RGB value is (202,28,115). Sum of RGB (Red+Green+Blue) = 202+28+115=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1C73 is #35E38C. Grayscale: #595959. Windows color (decimal): -3531661 or 7544010. OLE color: 7544010.

HSL color Cylindrical-coordinate representation of color #CA1C73: hue angle of 330º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1C73 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 28 115 -
CMYK 0 0.86 0.43 0.21
HSL 330º 0.76% 0.45% -
HSV(B) 330º 0.86% 0.79% -
XYZ 27.87 14.62 17.57 -
YUV 89.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 202 28 115 0 0.86 0.43 0.21 330 0.76 0.45
Hex CA 1C 73 0 56 2B 15 14A 4C 2D
Octal 312 34 163 0 126 53 25 512 114 55
Binary 11001010 11100 1110011 0 1010110 101011 10101 101001010 1001100 101101

Color Harmonies of #CA1C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1C73

Black with #CA1C73

Text Example


Text Example

White with #CA1C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1C73; }

 p { color: rgb(202,28,115); }

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

background-color css

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

 a { background-color: rgb(202,28,115); }

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

border-color css

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

 span { border-color: rgb(202,28,115); }

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