Html Css Color HEX #C10FCF Deep Magenta

📋 copy color: '#C10FCF'

red 193 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #C10FCF

Tints of Deep Magenta #C10FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.61%

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

R = 46.51%
G = 3.61%
B = 49.88%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C10FCF (or 0xC10FCF) is known color: Deep Magenta. HEX triplet: C1, 0F and CF. RGB value is (193,15,207). Sum of RGB (Red+Green+Blue) = 193+15+207=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #C10FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FCF is #3EF030. Grayscale: #595959. Windows color (decimal): -4124721 or 13569985. OLE color: 13569985.

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

Color convert

RGB 193 15 207 -
CMYK 0.07 0.93 0 0.19
HSL 295.63º 0.86% 0.44% -
HSV(B) 295.63º 0.93% 0.81% -
XYZ 33.43 16.18 60.39 -
YUV 90.11 193.97 201.39 -
System Red Green Blue C M Y K H S L
Decimal 193 15 207 0.07 0.93 0 0.19 295.63 0.86 0.44
Hex C1 F CF 7 5D 0 13 128 56 2C
Octal 301 17 317 7 135 0 23 450 126 54
Binary 11000001 1111 11001111 111 1011101 0 10011 100101000 1010110 101100

Color Harmonies of #C10FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FCF

Black with #C10FCF

Text Example


Text Example

White with #C10FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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