Html Css Color HEX #C10BCE Deep Magenta

📋 copy color: '#C10BCE'

red 193 ◦ green 11 ◦ blue 206

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

Shades of Deep Magenta #C10BCE

Tints of Deep Magenta #C10BCE

RGB

 RED value IS 193 (75.78% from 255) = 47.07%

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

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

R = 47.07%
G = 2.68%
B = 50.24%

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

#C10BCE (or 0xC10BCE) is known color: Deep Magenta. HEX triplet: C1, 0B and CE. RGB value is (193,11,206). Sum of RGB (Red+Green+Blue) = 193+11+206=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #C10BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BCE is #3EF431. Grayscale: #575757. Windows color (decimal): -4125746 or 13503425. OLE color: 13503425.

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

Color convert

RGB 193 11 206 -
CMYK 0.06 0.95 0 0.19
HSL 296º 0.9% 0.43% -
HSV(B) 296º 0.95% 0.81% -
XYZ 33.25 16.03 59.73 -
YUV 87.65 194.8 203.14 -
System Red Green Blue C M Y K H S L
Decimal 193 11 206 0.06 0.95 0 0.19 296 0.9 0.43
Hex C1 B CE 6 5F 0 13 128 5A 2B
Octal 301 13 316 6 137 0 23 450 132 53
Binary 11000001 1011 11001110 110 1011111 0 10011 100101000 1011010 101011

Color Harmonies of #C10BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10BCE

Black with #C10BCE

Text Example


Text Example

White with #C10BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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