Html Css Color HEX #C10BDD Deep Magenta

📋 copy color: '#C10BDD'

red 193 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #C10BDD

Tints of Deep Magenta #C10BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 45.41%
G = 2.59%
B = 52%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C10BDD (or 0xC10BDD) is known color: Deep Magenta. HEX triplet: C1, 0B and DD. RGB value is (193,11,221). Sum of RGB (Red+Green+Blue) = 193+11+221=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #C10BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BDD is #3EF422. Grayscale: #585858. Windows color (decimal): -4125731 or 14486465. OLE color: 14486465.

HSL color Cylindrical-coordinate representation of color #C10BDD: hue angle of 292º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10BDD is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 11 221 -
CMYK 0.13 0.95 0 0.13
HSL 292º 0.91% 0.45% -
HSV(B) 292º 0.95% 0.87% -
XYZ 35.16 16.8 69.8 -
YUV 89.36 202.3 201.92 -
System Red Green Blue C M Y K H S L
Decimal 193 11 221 0.13 0.95 0 0.13 292 0.91 0.45
Hex C1 B DD D 5F 0 D 124 5B 2D
Octal 301 13 335 15 137 0 15 444 133 55
Binary 11000001 1011 11011101 1101 1011111 0 1101 100100100 1011011 101101

Color Harmonies of #C10BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10BDD

Black with #C10BDD

Text Example


Text Example

White with #C10BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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