Html Css Color HEX #CA07BA Deep Magenta

📋 copy color: '#CA07BA'

red 202 ◦ green 7 ◦ blue 186

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

Shades of Deep Magenta #CA07BA

Tints of Deep Magenta #CA07BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 51.14%
G = 1.77%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA07BA (or 0xCA07BA) is known color: Deep Magenta. HEX triplet: CA, 07 and BA. RGB value is (202,7,186). Sum of RGB (Red+Green+Blue) = 202+7+186=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07BA is #35F845. Grayscale: #555555. Windows color (decimal): -3536966 or 12191690. OLE color: 12191690.

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

Color convert

RGB 202 7 186 -
CMYK 0 0.97 0.08 0.21
HSL 304.92º 0.93% 0.41% -
HSV(B) 304.92º 0.97% 0.79% -
XYZ 33.3 16.25 47.84 -
YUV 85.71 184.6 210.95 -
System Red Green Blue C M Y K H S L
Decimal 202 7 186 0 0.97 0.08 0.21 304.92 0.93 0.41
Hex CA 7 BA 0 61 8 15 131 5D 29
Octal 312 7 272 0 141 10 25 461 135 51
Binary 11001010 111 10111010 0 1100001 1000 10101 100110001 1011101 101001

Color Harmonies of #CA07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA07BA

Black with #CA07BA

Text Example


Text Example

White with #CA07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA07BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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