Html Css Color HEX #C10FCA Deep Magenta

📋 copy color: '#C10FCA'

red 193 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #C10FCA

Tints of Deep Magenta #C10FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 47.07%
G = 3.66%
B = 49.27%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C10FCA (or 0xC10FCA) is known color: Deep Magenta. HEX triplet: C1, 0F and CA. RGB value is (193,15,202). Sum of RGB (Red+Green+Blue) = 193+15+202=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #C10FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FCA is #3EF035. Grayscale: #585858. Windows color (decimal): -4124726 or 13242305. OLE color: 13242305.

HSL color Cylindrical-coordinate representation of color #C10FCA: hue angle of 297.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10FCA is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 15 202 -
CMYK 0.04 0.93 0 0.21
HSL 297.11º 0.86% 0.43% -
HSV(B) 297.11º 0.93% 0.79% -
XYZ 32.82 15.94 57.22 -
YUV 89.54 191.47 201.79 -
System Red Green Blue C M Y K H S L
Decimal 193 15 202 0.04 0.93 0 0.21 297.11 0.86 0.43
Hex C1 F CA 4 5D 0 15 129 56 2B
Octal 301 17 312 4 135 0 25 451 126 53
Binary 11000001 1111 11001010 100 1011101 0 10101 100101001 1010110 101011

Color Harmonies of #C10FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FCA

Black with #C10FCA

Text Example


Text Example

White with #C10FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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