Html Css Color HEX #C10BE0 Deep Magenta

📋 copy color: '#C10BE0'

red 193 ◦ green 11 ◦ blue 224

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

Shades of Deep Magenta #C10BE0

Tints of Deep Magenta #C10BE0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.57%

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

R = 45.09%
G = 2.57%
B = 52.34%

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

#C10BE0 (or 0xC10BE0) is known color: Deep Magenta. HEX triplet: C1, 0B and E0. RGB value is (193,11,224). Sum of RGB (Red+Green+Blue) = 193+11+224=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #C10BE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BE0 is #3EF41F. Grayscale: #595959. Windows color (decimal): -4125728 or 14683073. OLE color: 14683073.

HSL color Cylindrical-coordinate representation of color #C10BE0: hue angle of 291.27º degrees, saturation: 0.91, 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 #C10BE0 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 11 224 -
CMYK 0.14 0.95 0 0.12
HSL 291.27º 0.91% 0.46% -
HSV(B) 291.27º 0.95% 0.88% -
XYZ 35.57 16.96 71.92 -
YUV 89.7 203.8 201.68 -
System Red Green Blue C M Y K H S L
Decimal 193 11 224 0.14 0.95 0 0.12 291.27 0.91 0.46
Hex C1 B E0 E 5F 0 C 123 5B 2E
Octal 301 13 340 16 137 0 14 443 133 56
Binary 11000001 1011 11100000 1110 1011111 0 1100 100100011 1011011 101110

Color Harmonies of #C10BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10BE0

Black with #C10BE0

Text Example


Text Example

White with #C10BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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