Html Css Color HEX #C100CE Deep Magenta

📋 copy color: '#C100CE'

red 193 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #C100CE

Tints of Deep Magenta #C100CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.37%
G = 0%
B = 51.63%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C100CE (or 0xC100CE) is known color: Deep Magenta. HEX triplet: C1, 00 and CE. RGB value is (193,0,206). Sum of RGB (Red+Green+Blue) = 193+0+206=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #C100CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100CE is #3EFF31. Grayscale: #505050. Windows color (decimal): -4128562 or 13500609. OLE color: 13500609.

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

Color convert

RGB 193 0 206 -
CMYK 0.06 1 0 0.19
HSL 296.21º 1% 0.4% -
HSV(B) 296.21º 1% 0.81% -
XYZ 33.13 15.79 59.69 -
YUV 81.19 198.44 207.75 -
System Red Green Blue C M Y K H S L
Decimal 193 0 206 0.06 1 0 0.19 296.21 1 0.4
Hex C1 0 CE 6 64 0 13 128 64 28
Octal 301 0 316 6 144 0 23 450 144 50
Binary 11000001 0 11001110 110 1100100 0 10011 100101000 1100100 101000

Color Harmonies of #C100CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100CE

Black with #C100CE

Text Example


Text Example

White with #C100CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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