Html Css Color HEX #C10BCB Deep Magenta

📋 copy color: '#C10BCB'

red 193 ◦ green 11 ◦ blue 203

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

Shades of Deep Magenta #C10BCB

Tints of Deep Magenta #C10BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 47.42%
G = 2.7%
B = 49.88%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C10BCB (or 0xC10BCB) is known color: Deep Magenta. HEX triplet: C1, 0B and CB. RGB value is (193,11,203). Sum of RGB (Red+Green+Blue) = 193+11+203=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #C10BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BCB is #3EF434. Grayscale: #565656. Windows color (decimal): -4125749 or 13306817. OLE color: 13306817.

HSL color Cylindrical-coordinate representation of color #C10BCB: hue angle of 296.88º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10BCB is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 11 203 -
CMYK 0.05 0.95 0 0.20
HSL 296.88º 0.9% 0.42% -
HSV(B) 296.88º 0.95% 0.8% -
XYZ 32.89 15.89 57.83 -
YUV 87.31 193.3 203.39 -
System Red Green Blue C M Y K H S L
Decimal 193 11 203 0.05 0.95 0 0.20 296.88 0.9 0.42
Hex C1 B CB 5 5F 0 14 129 5A 2A
Octal 301 13 313 5 137 0 24 451 132 52
Binary 11000001 1011 11001011 101 1011111 0 10100 100101001 1011010 101010

Color Harmonies of #C10BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10BCB

Black with #C10BCB

Text Example


Text Example

White with #C10BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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