Html Css Color HEX #C005BC Deep Magenta

📋 copy color: '#C005BC'

red 192 ◦ green 5 ◦ blue 188

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

Shades of Deep Magenta #C005BC

Tints of Deep Magenta #C005BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 49.87%
G = 1.3%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C005BC (or 0xC005BC) is known color: Deep Magenta. HEX triplet: C0, 05 and BC. RGB value is (192,5,188). Sum of RGB (Red+Green+Blue) = 192+5+188=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C005BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005BC is #3FFA43. Grayscale: #515151. Windows color (decimal): -4192836 or 12322240. OLE color: 12322240.

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

Color convert

RGB 192 5 188 -
CMYK 0 0.97 0.02 0.25
HSL 301.28º 0.95% 0.39% -
HSV(B) 301.28º 0.97% 0.75% -
XYZ 30.87 14.95 48.83 -
YUV 81.78 187.95 206.62 -
System Red Green Blue C M Y K H S L
Decimal 192 5 188 0 0.97 0.02 0.25 301.28 0.95 0.39
Hex C0 5 BC 0 61 2 19 12D 5F 27
Octal 300 5 274 0 141 2 31 455 137 47
Binary 11000000 101 10111100 0 1100001 10 11001 100101101 1011111 100111

Color Harmonies of #C005BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005BC

Black with #C005BC

Text Example


Text Example

White with #C005BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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