Html Css Color HEX #CA079A Medium Violet Red

📋 copy color: '#CA079A'

red 202 ◦ green 7 ◦ blue 154

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

Shades of Medium Violet Red #CA079A

Tints of Medium Violet Red #CA079A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.42%

R = 55.65%
G = 1.93%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA079A (or 0xCA079A) is known color: Medium Violet Red. HEX triplet: CA, 07 and 9A. RGB value is (202,7,154). Sum of RGB (Red+Green+Blue) = 202+7+154=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA079A is #35F865. Grayscale: #515151. Windows color (decimal): -3536998 or 10094538. OLE color: 10094538.

HSL color Cylindrical-coordinate representation of color #CA079A: hue angle of 314.77º 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 #CA079A is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 7 154 -
CMYK 0 0.97 0.24 0.21
HSL 314.77º 0.93% 0.41% -
HSV(B) 314.77º 0.97% 0.79% -
XYZ 30.27 15.04 31.88 -
YUV 82.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 202 7 154 0 0.97 0.24 0.21 314.77 0.93 0.41
Hex CA 7 9A 0 61 18 15 13B 5D 29
Octal 312 7 232 0 141 30 25 473 135 51
Binary 11001010 111 10011010 0 1100001 11000 10101 100111011 1011101 101001

Color Harmonies of #CA079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA079A

Black with #CA079A

Text Example


Text Example

White with #CA079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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