Html Css Color HEX #C10BCF Deep Magenta

📋 copy color: '#C10BCF'

red 193 ◦ green 11 ◦ blue 207

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

Shades of Deep Magenta #C10BCF

Tints of Deep Magenta #C10BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 46.96%
G = 2.68%
B = 50.36%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C10BCF (or 0xC10BCF) is known color: Deep Magenta. HEX triplet: C1, 0B and CF. RGB value is (193,11,207). Sum of RGB (Red+Green+Blue) = 193+11+207=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #C10BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BCF is #3EF430. Grayscale: #575757. Windows color (decimal): -4125745 or 13568961. OLE color: 13568961.

HSL color Cylindrical-coordinate representation of color #C10BCF: hue angle of 295.71º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10BCF is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 11 207 -
CMYK 0.07 0.95 0 0.19
HSL 295.71º 0.9% 0.43% -
HSV(B) 295.71º 0.95% 0.81% -
XYZ 33.37 16.08 60.38 -
YUV 87.76 195.3 203.06 -
System Red Green Blue C M Y K H S L
Decimal 193 11 207 0.07 0.95 0 0.19 295.71 0.9 0.43
Hex C1 B CF 7 5F 0 13 128 5A 2B
Octal 301 13 317 7 137 0 23 450 132 53
Binary 11000001 1011 11001111 111 1011111 0 10011 100101000 1011010 101011

Color Harmonies of #C10BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10BCF

Black with #C10BCF

Text Example


Text Example

White with #C10BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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