Html Css Color HEX #C10FCE Deep Magenta

📋 copy color: '#C10FCE'

red 193 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #C10FCE

Tints of Deep Magenta #C10FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.62%

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

R = 46.62%
G = 3.62%
B = 49.76%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C10FCE (or 0xC10FCE) is known color: Deep Magenta. HEX triplet: C1, 0F and CE. RGB value is (193,15,206). Sum of RGB (Red+Green+Blue) = 193+15+206=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #C10FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FCE is #3EF031. Grayscale: #595959. Windows color (decimal): -4124722 or 13504449. OLE color: 13504449.

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

Color convert

RGB 193 15 206 -
CMYK 0.06 0.93 0 0.19
HSL 295.92º 0.86% 0.43% -
HSV(B) 295.92º 0.93% 0.81% -
XYZ 33.3 16.14 59.75 -
YUV 90 193.47 201.47 -
System Red Green Blue C M Y K H S L
Decimal 193 15 206 0.06 0.93 0 0.19 295.92 0.86 0.43
Hex C1 F CE 6 5D 0 13 128 56 2B
Octal 301 17 316 6 135 0 23 450 126 53
Binary 11000001 1111 11001110 110 1011101 0 10011 100101000 1010110 101011

Color Harmonies of #C10FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FCE

Black with #C10FCE

Text Example


Text Example

White with #C10FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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