Html Css Color HEX #CA0389 Medium Violet Red

📋 copy color: '#CA0389'

red 202 ◦ green 3 ◦ blue 137

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

Shades of Medium Violet Red #CA0389

Tints of Medium Violet Red #CA0389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 137 (53.91% from 255) = 40.06%

R = 59.06%
G = 0.88%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA0389 (or 0xCA0389) is known color: Medium Violet Red. HEX triplet: CA, 03 and 89. RGB value is (202,3,137). Sum of RGB (Red+Green+Blue) = 202+3+137=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0389 is #35FC76. Grayscale: #4D4D4D. Windows color (decimal): -3538039 or 8979402. OLE color: 8979402.

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

Color convert

RGB 202 3 137 -
CMYK 0 0.99 0.32 0.21
HSL 319.6º 0.97% 0.4% -
HSV(B) 319.6º 0.99% 0.79% -
XYZ 28.91 14.43 24.93 -
YUV 77.78 161.43 216.6 -
System Red Green Blue C M Y K H S L
Decimal 202 3 137 0 0.99 0.32 0.21 319.6 0.97 0.4
Hex CA 3 89 0 63 20 15 140 61 28
Octal 312 3 211 0 143 40 25 500 141 50
Binary 11001010 11 10001001 0 1100011 100000 10101 101000000 1100001 101000

Color Harmonies of #CA0389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0389

Black with #CA0389

Text Example


Text Example

White with #CA0389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0389; }

 p { color: rgb(202,3,137); }

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

background-color css

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

 a { background-color: rgb(202,3,137); }

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

border-color css

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

 span { border-color: rgb(202,3,137); }

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