Html Css Color HEX #CA0073 Medium Violet Red

📋 copy color: '#CA0073'

red 202 ◦ green 0 ◦ blue 115

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

Shades of Medium Violet Red #CA0073

Tints of Medium Violet Red #CA0073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.72%
G = 0%
B = 36.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA0073 (or 0xCA0073) is known color: Medium Violet Red. HEX triplet: CA, 00 and 73. RGB value is (202,0,115). Sum of RGB (Red+Green+Blue) = 202+0+115=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0073 is #35FF8C. Grayscale: #494949. Windows color (decimal): -3538829 or 7536842. OLE color: 7536842.

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

Color convert

RGB 202 0 115 -
CMYK 0 1 0.43 0.21
HSL 325.84º 1% 0.4% -
HSV(B) 325.84º 1% 0.79% -
XYZ 27.45 13.79 17.44 -
YUV 73.51 151.42 219.65 -
System Red Green Blue C M Y K H S L
Decimal 202 0 115 0 1 0.43 0.21 325.84 1 0.4
Hex CA 0 73 0 64 2B 15 146 64 28
Octal 312 0 163 0 144 53 25 506 144 50
Binary 11001010 0 1110011 0 1100100 101011 10101 101000110 1100100 101000

Color Harmonies of #CA0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0073

Black with #CA0073

Text Example


Text Example

White with #CA0073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0073; }

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

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

background-color css

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

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

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

border-color css

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

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

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