Html Css Color HEX #CA20BE Deep Magenta

📋 copy color: '#CA20BE'

red 202 ◦ green 32 ◦ blue 190

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

Shades of Deep Magenta #CA20BE

Tints of Deep Magenta #CA20BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.55%

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

R = 47.64%
G = 7.55%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA20BE (or 0xCA20BE) is known color: Deep Magenta. HEX triplet: CA, 20 and BE. RGB value is (202,32,190). Sum of RGB (Red+Green+Blue) = 202+32+190=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20BE is #35DF41. Grayscale: #646464. Windows color (decimal): -3530562 or 12460234. OLE color: 12460234.

HSL color Cylindrical-coordinate representation of color #CA20BE: hue angle of 304.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20BE is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 190 -
CMYK 0 0.84 0.06 0.21
HSL 304.24º 0.73% 0.46% -
HSV(B) 304.24º 0.84% 0.79% -
XYZ 34.17 17.31 50.25 -
YUV 100.84 178.32 200.15 -
System Red Green Blue C M Y K H S L
Decimal 202 32 190 0 0.84 0.06 0.21 304.24 0.73 0.46
Hex CA 20 BE 0 54 6 15 130 49 2E
Octal 312 40 276 0 124 6 25 460 111 56
Binary 11001010 100000 10111110 0 1010100 110 10101 100110000 1001001 101110

Color Harmonies of #CA20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20BE

Black with #CA20BE

Text Example


Text Example

White with #CA20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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