Html Css Color HEX #C110CC Deep Magenta

📋 copy color: '#C110CC'

red 193 ◦ green 16 ◦ blue 204

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

Shades of Deep Magenta #C110CC

Tints of Deep Magenta #C110CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.87%

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 46.73%
G = 3.87%
B = 49.39%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C110CC (or 0xC110CC) is known color: Deep Magenta. HEX triplet: C1, 10 and CC. RGB value is (193,16,204). Sum of RGB (Red+Green+Blue) = 193+16+204=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #C110CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110CC is #3EEF33. Grayscale: #595959. Windows color (decimal): -4124468 or 13373633. OLE color: 13373633.

HSL color Cylindrical-coordinate representation of color #C110CC: hue angle of 296.49º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C110CC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 16 204 -
CMYK 0.05 0.92 0 0.2
HSL 296.49º 0.85% 0.43% -
HSV(B) 296.49º 0.92% 0.8% -
XYZ 33.08 16.07 58.48 -
YUV 90.36 192.14 201.21 -
System Red Green Blue C M Y K H S L
Decimal 193 16 204 0.05 0.92 0 0.2 296.49 0.85 0.43
Hex C1 10 CC 5 5C 0 14 128 55 2B
Octal 301 20 314 5 134 0 24 450 125 53
Binary 11000001 10000 11001100 101 1011100 0 10100 100101000 1010101 101011

Color Harmonies of #C110CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110CC

Black with #C110CC

Text Example


Text Example

White with #C110CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110CC; }

 p { color: rgb(193,16,204); }

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

background-color css

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

 a { background-color: rgb(193,16,204); }

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

border-color css

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

 span { border-color: rgb(193,16,204); }

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