Html Css Color HEX #C005BB Deep Magenta

📋 copy color: '#C005BB'

red 192 ◦ green 5 ◦ blue 187

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

Shades of Deep Magenta #C005BB

Tints of Deep Magenta #C005BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

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

R = 50%
G = 1.3%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C005BB (or 0xC005BB) is known color: Deep Magenta. HEX triplet: C0, 05 and BB. RGB value is (192,5,187). Sum of RGB (Red+Green+Blue) = 192+5+187=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C005BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005BB is #3FFA44. Grayscale: #515151. Windows color (decimal): -4192837 or 12256704. OLE color: 12256704.

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

Color convert

RGB 192 5 187 -
CMYK 0 0.97 0.03 0.25
HSL 301.6º 0.95% 0.39% -
HSV(B) 301.6º 0.97% 0.75% -
XYZ 30.76 14.9 48.27 -
YUV 81.66 187.45 206.7 -
System Red Green Blue C M Y K H S L
Decimal 192 5 187 0 0.97 0.03 0.25 301.6 0.95 0.39
Hex C0 5 BB 0 61 3 19 12E 5F 27
Octal 300 5 273 0 141 3 31 456 137 47
Binary 11000000 101 10111011 0 1100001 11 11001 100101110 1011111 100111

Color Harmonies of #C005BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005BB

Black with #C005BB

Text Example


Text Example

White with #C005BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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