Html Css Color HEX #C103B2 Deep Magenta

📋 copy color: '#C103B2'

red 193 ◦ green 3 ◦ blue 178

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

Shades of Deep Magenta #C103B2

Tints of Deep Magenta #C103B2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 178 (69.92% from 255) = 47.59%

R = 51.6%
G = 0.8%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C103B2 (or 0xC103B2) is known color: Deep Magenta. HEX triplet: C1, 03 and B2. RGB value is (193,3,178). Sum of RGB (Red+Green+Blue) = 193+3+178=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C103B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C103B2 is #3EFC4D. Grayscale: #4F4F4F. Windows color (decimal): -4127822 or 11666369. OLE color: 11666369.

HSL color Cylindrical-coordinate representation of color #C103B2: hue angle of 304.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C103B2 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 3 178 -
CMYK 0 0.98 0.08 0.24
HSL 304.74º 0.97% 0.38% -
HSV(B) 304.74º 0.98% 0.76% -
XYZ 30.06 14.62 43.36 -
YUV 79.76 183.45 208.77 -
System Red Green Blue C M Y K H S L
Decimal 193 3 178 0 0.98 0.08 0.24 304.74 0.97 0.38
Hex C1 3 B2 0 62 8 18 131 61 26
Octal 301 3 262 0 142 10 30 461 141 46
Binary 11000001 11 10110010 0 1100010 1000 11000 100110001 1100001 100110

Color Harmonies of #C103B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C103B2

Black with #C103B2

Text Example


Text Example

White with #C103B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C103B2; }

 p { color: rgb(193,3,178); }

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

background-color css

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

 a { background-color: rgb(193,3,178); }

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

border-color css

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

 span { border-color: rgb(193,3,178); }

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