Html Css Color HEX #CA0889 Medium Violet Red

📋 copy color: '#CA0889'

red 202 ◦ green 8 ◦ blue 137

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

Shades of Medium Violet Red #CA0889

Tints of Medium Violet Red #CA0889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

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

R = 58.21%
G = 2.31%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA0889 (or 0xCA0889) is known color: Medium Violet Red. HEX triplet: CA, 08 and 89. RGB value is (202,8,137). Sum of RGB (Red+Green+Blue) = 202+8+137=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0889 is #35F776. Grayscale: #505050. Windows color (decimal): -3536759 or 8980682. OLE color: 8980682.

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

Color convert

RGB 202 8 137 -
CMYK 0 0.96 0.32 0.21
HSL 320.1º 0.92% 0.41% -
HSV(B) 320.1º 0.96% 0.79% -
XYZ 28.96 14.54 24.95 -
YUV 80.71 159.77 214.51 -
System Red Green Blue C M Y K H S L
Decimal 202 8 137 0 0.96 0.32 0.21 320.1 0.92 0.41
Hex CA 8 89 0 60 20 15 140 5C 29
Octal 312 10 211 0 140 40 25 500 134 51
Binary 11001010 1000 10001001 0 1100000 100000 10101 101000000 1011100 101001

Color Harmonies of #CA0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0889

Black with #CA0889

Text Example


Text Example

White with #CA0889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0889; }

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

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

background-color css

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

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

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

border-color css

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

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

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