Html Css Color HEX #C004BA Deep Magenta

📋 copy color: '#C004BA'

red 192 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #C004BA

Tints of Deep Magenta #C004BA

RGB

 RED value IS 192 (75.39% from 255) = 50.26%

 GREEN value IS 4 (1.95% from 255) = 1.05%

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 50.26%
G = 1.05%
B = 48.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C004BA (or 0xC004BA) is known color: Deep Magenta. HEX triplet: C0, 04 and BA. RGB value is (192,4,186). Sum of RGB (Red+Green+Blue) = 192+4+186=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C004BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004BA is #3FFB45. Grayscale: #505050. Windows color (decimal): -4193094 or 12190912. OLE color: 12190912.

HSL color Cylindrical-coordinate representation of color #C004BA: hue angle of 301.91º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004BA is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 186 -
CMYK 0 0.98 0.03 0.25
HSL 301.91º 0.96% 0.38% -
HSV(B) 301.91º 0.98% 0.75% -
XYZ 30.64 14.84 47.7 -
YUV 80.96 187.28 207.2 -
System Red Green Blue C M Y K H S L
Decimal 192 4 186 0 0.98 0.03 0.25 301.91 0.96 0.38
Hex C0 4 BA 0 62 3 19 12E 60 26
Octal 300 4 272 0 142 3 31 456 140 46
Binary 11000000 100 10111010 0 1100010 11 11001 100101110 1100000 100110

Color Harmonies of #C004BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004BA

Black with #C004BA

Text Example


Text Example

White with #C004BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004BA; }

 p { color: rgb(192,4,186); }

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

background-color css

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

 a { background-color: rgb(192,4,186); }

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

border-color css

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

 span { border-color: rgb(192,4,186); }

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