Html Css Color HEX #C10CCB Deep Magenta

📋 copy color: '#C10CCB'

red 193 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #C10CCB

Tints of Deep Magenta #C10CCB

RGB

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

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

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

R = 47.3%
G = 2.94%
B = 49.75%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C10CCB (or 0xC10CCB) is known color: Deep Magenta. HEX triplet: C1, 0C and CB. RGB value is (193,12,203). Sum of RGB (Red+Green+Blue) = 193+12+203=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #C10CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CCB is #3EF334. Grayscale: #575757. Windows color (decimal): -4125493 or 13307073. OLE color: 13307073.

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

Color convert

RGB 193 12 203 -
CMYK 0.05 0.94 0 0.20
HSL 296.86º 0.89% 0.42% -
HSV(B) 296.86º 0.94% 0.8% -
XYZ 32.9 15.91 57.84 -
YUV 87.89 192.97 202.97 -
System Red Green Blue C M Y K H S L
Decimal 193 12 203 0.05 0.94 0 0.20 296.86 0.89 0.42
Hex C1 C CB 5 5E 0 14 129 59 2A
Octal 301 14 313 5 136 0 24 451 131 52
Binary 11000001 1100 11001011 101 1011110 0 10100 100101001 1011001 101010

Color Harmonies of #C10CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CCB

Black with #C10CCB

Text Example


Text Example

White with #C10CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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