Html Css Color HEX #C004BE Deep Magenta

📋 copy color: '#C004BE'

red 192 ◦ green 4 ◦ blue 190

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

Shades of Deep Magenta #C004BE

Tints of Deep Magenta #C004BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 49.74%
G = 1.04%
B = 49.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C004BE (or 0xC004BE) is known color: Deep Magenta. HEX triplet: C0, 04 and BE. RGB value is (192,4,190). Sum of RGB (Red+Green+Blue) = 192+4+190=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C004BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004BE is #3FFB41. Grayscale: #505050. Windows color (decimal): -4193090 or 12453056. OLE color: 12453056.

HSL color Cylindrical-coordinate representation of color #C004BE: hue angle of 300.64º 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 #C004BE is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 190 -
CMYK 0 0.98 0.01 0.25
HSL 300.64º 0.96% 0.38% -
HSV(B) 300.64º 0.98% 0.75% -
XYZ 31.08 15.01 49.97 -
YUV 81.42 189.28 206.88 -
System Red Green Blue C M Y K H S L
Decimal 192 4 190 0 0.98 0.01 0.25 300.64 0.96 0.38
Hex C0 4 BE 0 62 1 19 12D 60 26
Octal 300 4 276 0 142 1 31 455 140 46
Binary 11000000 100 10111110 0 1100010 1 11001 100101101 1100000 100110

Color Harmonies of #C004BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004BE

Black with #C004BE

Text Example


Text Example

White with #C004BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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