Html Css Color HEX #C10CE0 Deep Magenta

📋 copy color: '#C10CE0'

red 193 ◦ green 12 ◦ blue 224

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

Shades of Deep Magenta #C10CE0

Tints of Deep Magenta #C10CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.21%

R = 44.99%
G = 2.8%
B = 52.21%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C10CE0 (or 0xC10CE0) is known color: Deep Magenta. HEX triplet: C1, 0C and E0. RGB value is (193,12,224). Sum of RGB (Red+Green+Blue) = 193+12+224=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #C10CE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CE0 is #3EF31F. Grayscale: #595959. Windows color (decimal): -4125472 or 14683329. OLE color: 14683329.

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

Color convert

RGB 193 12 224 -
CMYK 0.14 0.95 0 0.12
HSL 291.23º 0.9% 0.46% -
HSV(B) 291.23º 0.95% 0.88% -
XYZ 35.58 16.98 71.92 -
YUV 90.29 203.47 201.26 -
System Red Green Blue C M Y K H S L
Decimal 193 12 224 0.14 0.95 0 0.12 291.23 0.9 0.46
Hex C1 C E0 E 5F 0 C 123 5A 2E
Octal 301 14 340 16 137 0 14 443 132 56
Binary 11000001 1100 11100000 1110 1011111 0 1100 100100011 1011010 101110

Color Harmonies of #C10CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CE0

Black with #C10CE0

Text Example


Text Example

White with #C10CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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