Html Css Color HEX #CA0788 Medium Violet Red

📋 copy color: '#CA0788'

red 202 ◦ green 7 ◦ blue 136

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

Shades of Medium Violet Red #CA0788

Tints of Medium Violet Red #CA0788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.03%

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 58.55%
G = 2.03%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA0788 (or 0xCA0788) is known color: Medium Violet Red. HEX triplet: CA, 07 and 88. RGB value is (202,7,136). Sum of RGB (Red+Green+Blue) = 202+7+136=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0788 is #35F877. Grayscale: #4F4F4F. Windows color (decimal): -3537016 or 8914890. OLE color: 8914890.

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

Color convert

RGB 202 7 136 -
CMYK 0 0.97 0.33 0.21
HSL 320.31º 0.93% 0.41% -
HSV(B) 320.31º 0.97% 0.79% -
XYZ 28.88 14.49 24.57 -
YUV 80.01 159.6 215.01 -
System Red Green Blue C M Y K H S L
Decimal 202 7 136 0 0.97 0.33 0.21 320.31 0.93 0.41
Hex CA 7 88 0 61 21 15 140 5D 29
Octal 312 7 210 0 141 41 25 500 135 51
Binary 11001010 111 10001000 0 1100001 100001 10101 101000000 1011101 101001

Color Harmonies of #CA0788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0788

Black with #CA0788

Text Example


Text Example

White with #CA0788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0788; }

 p { color: rgb(202,7,136); }

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

background-color css

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

 a { background-color: rgb(202,7,136); }

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

border-color css

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

 span { border-color: rgb(202,7,136); }

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