Html Css Color HEX #CA07BE Deep Magenta

📋 copy color: '#CA07BE'

red 202 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #CA07BE

Tints of Deep Magenta #CA07BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 50.63%
G = 1.75%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA07BE (or 0xCA07BE) is known color: Deep Magenta. HEX triplet: CA, 07 and BE. RGB value is (202,7,190). Sum of RGB (Red+Green+Blue) = 202+7+190=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07BE is #35F841. Grayscale: #555555. Windows color (decimal): -3536962 or 12453834. OLE color: 12453834.

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

Color convert

RGB 202 7 190 -
CMYK 0 0.97 0.06 0.21
HSL 303.69º 0.93% 0.41% -
HSV(B) 303.69º 0.97% 0.79% -
XYZ 33.73 16.43 50.11 -
YUV 86.17 186.6 210.62 -
System Red Green Blue C M Y K H S L
Decimal 202 7 190 0 0.97 0.06 0.21 303.69 0.93 0.41
Hex CA 7 BE 0 61 6 15 130 5D 29
Octal 312 7 276 0 141 6 25 460 135 51
Binary 11001010 111 10111110 0 1100001 110 10101 100110000 1011101 101001

Color Harmonies of #CA07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA07BE

Black with #CA07BE

Text Example


Text Example

White with #CA07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA07BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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