Html Css Color HEX #C100B4 Deep Magenta

📋 copy color: '#C100B4'

red 193 ◦ green 0 ◦ blue 180

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

Shades of Deep Magenta #C100B4

Tints of Deep Magenta #C100B4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 180 (70.7% from 255) = 48.26%

R = 51.74%
G = 0%
B = 48.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C100B4 (or 0xC100B4) is known color: Deep Magenta. HEX triplet: C1, 00 and B4. RGB value is (193,0,180). Sum of RGB (Red+Green+Blue) = 193+0+180=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C100B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100B4 is #3EFF4B. Grayscale: #4D4D4D. Windows color (decimal): -4128588 or 11796673. OLE color: 11796673.

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

Color convert

RGB 193 0 180 -
CMYK 0 1 0.07 0.24
HSL 304.04º 1% 0.38% -
HSV(B) 304.04º 1% 0.76% -
XYZ 30.23 14.63 44.41 -
YUV 78.23 185.44 209.86 -
System Red Green Blue C M Y K H S L
Decimal 193 0 180 0 1 0.07 0.24 304.04 1 0.38
Hex C1 0 B4 0 64 7 18 130 64 26
Octal 301 0 264 0 144 7 30 460 144 46
Binary 11000001 0 10110100 0 1100100 111 11000 100110000 1100100 100110

Color Harmonies of #C100B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100B4

Black with #C100B4

Text Example


Text Example

White with #C100B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100B4; }

 p { color: rgb(193,0,180); }

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

background-color css

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

 a { background-color: rgb(193,0,180); }

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

border-color css

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

 span { border-color: rgb(193,0,180); }

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