Html Css Color HEX #C20BCE Deep Magenta

📋 copy color: '#C20BCE'

red 194 ◦ green 11 ◦ blue 206

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

Shades of Deep Magenta #C20BCE

Tints of Deep Magenta #C20BCE

RGB

 RED value IS 194 (76.17% from 255) = 47.2%

 GREEN value IS 11 (4.69% from 255) = 2.68%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 47.2%
G = 2.68%
B = 50.12%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C20BCE (or 0xC20BCE) is known color: Deep Magenta. HEX triplet: C2, 0B and CE. RGB value is (194,11,206). Sum of RGB (Red+Green+Blue) = 194+11+206=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #C20BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BCE is #3DF431. Grayscale: #575757. Windows color (decimal): -4060210 or 13503426. OLE color: 13503426.

HSL color Cylindrical-coordinate representation of color #C20BCE: hue angle of 296.31º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BCE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 11 206 -
CMYK 0.06 0.95 0 0.19
HSL 296.31º 0.9% 0.43% -
HSV(B) 296.31º 0.95% 0.81% -
XYZ 33.51 16.16 59.75 -
YUV 87.95 194.63 203.64 -
System Red Green Blue C M Y K H S L
Decimal 194 11 206 0.06 0.95 0 0.19 296.31 0.9 0.43
Hex C2 B CE 6 5F 0 13 128 5A 2B
Octal 302 13 316 6 137 0 23 450 132 53
Binary 11000010 1011 11001110 110 1011111 0 10011 100101000 1011010 101011

Color Harmonies of #C20BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BCE

Black with #C20BCE

Text Example


Text Example

White with #C20BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BCE; }

 p { color: rgb(194,11,206); }

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

background-color css

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

 a { background-color: rgb(194,11,206); }

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

border-color css

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

 span { border-color: rgb(194,11,206); }

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