Html Css Color HEX #C004BB Deep Magenta

📋 copy color: '#C004BB'

red 192 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #C004BB

Tints of Deep Magenta #C004BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 50.13%
G = 1.04%
B = 48.83%

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

#C004BB (or 0xC004BB) is known color: Deep Magenta. HEX triplet: C0, 04 and BB. RGB value is (192,4,187). Sum of RGB (Red+Green+Blue) = 192+4+187=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C004BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004BB is #3FFB44. Grayscale: #505050. Windows color (decimal): -4193093 or 12256448. OLE color: 12256448.

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

Color convert

RGB 192 4 187 -
CMYK 0 0.98 0.03 0.25
HSL 301.6º 0.96% 0.38% -
HSV(B) 301.6º 0.98% 0.75% -
XYZ 30.75 14.88 48.27 -
YUV 81.07 187.78 207.12 -
System Red Green Blue C M Y K H S L
Decimal 192 4 187 0 0.98 0.03 0.25 301.6 0.96 0.38
Hex C0 4 BB 0 62 3 19 12E 60 26
Octal 300 4 273 0 142 3 31 456 140 46
Binary 11000000 100 10111011 0 1100010 11 11001 100101110 1100000 100110

Color Harmonies of #C004BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004BB

Black with #C004BB

Text Example


Text Example

White with #C004BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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