Html Css Color HEX #C10CDB Deep Magenta

📋 copy color: '#C10CDB'

red 193 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #C10CDB

Tints of Deep Magenta #C10CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.83%

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 45.52%
G = 2.83%
B = 51.65%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C10CDB (or 0xC10CDB) is known color: Deep Magenta. HEX triplet: C1, 0C and DB. RGB value is (193,12,219). Sum of RGB (Red+Green+Blue) = 193+12+219=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #C10CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CDB is #3EF324. Grayscale: #595959. Windows color (decimal): -4125477 or 14355649. OLE color: 14355649.

HSL color Cylindrical-coordinate representation of color #C10CDB: hue angle of 292.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CDB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 12 219 -
CMYK 0.12 0.95 0 0.14
HSL 292.46º 0.9% 0.45% -
HSV(B) 292.46º 0.95% 0.86% -
XYZ 34.91 16.71 68.4 -
YUV 89.72 200.97 201.67 -
System Red Green Blue C M Y K H S L
Decimal 193 12 219 0.12 0.95 0 0.14 292.46 0.9 0.45
Hex C1 C DB C 5F 0 E 124 5A 2D
Octal 301 14 333 14 137 0 16 444 132 55
Binary 11000001 1100 11011011 1100 1011111 0 1110 100100100 1011010 101101

Color Harmonies of #C10CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CDB

Black with #C10CDB

Text Example


Text Example

White with #C10CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CDB; }

 p { color: rgb(193,12,219); }

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

background-color css

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

 a { background-color: rgb(193,12,219); }

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

border-color css

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

 span { border-color: rgb(193,12,219); }

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