Html Css Color HEX #C10CA8 Deep Magenta

📋 copy color: '#C10CA8'

red 193 ◦ green 12 ◦ blue 168

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

Shades of Deep Magenta #C10CA8

Tints of Deep Magenta #C10CA8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.22%

 BLUE value IS 168 (66.02% from 255) = 45.04%

R = 51.74%
G = 3.22%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C10CA8 (or 0xC10CA8) is known color: Deep Magenta. HEX triplet: C1, 0C and A8. RGB value is (193,12,168). Sum of RGB (Red+Green+Blue) = 193+12+168=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C10CA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10CA8 is #3EF357. Grayscale: #535353. Windows color (decimal): -4125528 or 11013313. OLE color: 11013313.

HSL color Cylindrical-coordinate representation of color #C10CA8: hue angle of 308.29º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10CA8 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 12 168 -
CMYK 0 0.94 0.13 0.24
HSL 308.29º 0.88% 0.4% -
HSV(B) 308.29º 0.94% 0.76% -
XYZ 29.19 14.43 38.29 -
YUV 83.9 175.47 205.82 -
System Red Green Blue C M Y K H S L
Decimal 193 12 168 0 0.94 0.13 0.24 308.29 0.88 0.4
Hex C1 C A8 0 5E D 18 134 58 28
Octal 301 14 250 0 136 15 30 464 130 50
Binary 11000001 1100 10101000 0 1011110 1101 11000 100110100 1011000 101000

Color Harmonies of #C10CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CA8

Black with #C10CA8

Text Example


Text Example

White with #C10CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CA8; }

 p { color: rgb(193,12,168); }

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

background-color css

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

 a { background-color: rgb(193,12,168); }

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

border-color css

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

 span { border-color: rgb(193,12,168); }

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