Html Css Color HEX #C101CE Deep Magenta

📋 copy color: '#C101CE'

red 193 ◦ green 1 ◦ blue 206

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

Shades of Deep Magenta #C101CE

Tints of Deep Magenta #C101CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 48.25%
G = 0.25%
B = 51.5%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C101CE (or 0xC101CE) is known color: Deep Magenta. HEX triplet: C1, 01 and CE. RGB value is (193,1,206). Sum of RGB (Red+Green+Blue) = 193+1+206=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #C101CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C101CE is #3EFE31. Grayscale: #515151. Windows color (decimal): -4128306 or 13500865. OLE color: 13500865.

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

Color convert

RGB 193 1 206 -
CMYK 0.06 1.00 0 0.19
HSL 296.2º 0.99% 0.41% -
HSV(B) 296.2º 1% 0.81% -
XYZ 33.14 15.82 59.7 -
YUV 81.78 198.11 207.33 -
System Red Green Blue C M Y K H S L
Decimal 193 1 206 0.06 1.00 0 0.19 296.2 0.99 0.41
Hex C1 1 CE 6 64 0 13 128 63 29
Octal 301 1 316 6 144 0 23 450 143 51
Binary 11000001 1 11001110 110 1100100 0 10011 100101000 1100011 101001

Color Harmonies of #C101CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C101CE

Black with #C101CE

Text Example


Text Example

White with #C101CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C101CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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