Html Css Color HEX #C600BF Deep Magenta

📋 copy color: '#C600BF'

red 198 ◦ green 0 ◦ blue 191

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

Shades of Deep Magenta #C600BF

Tints of Deep Magenta #C600BF

RGB

 RED value IS 198 (77.73% from 255) = 50.9%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 191 (75% from 255) = 49.1%

R = 50.9%
G = 0%
B = 49.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C600BF (or 0xC600BF) is known color: Deep Magenta. HEX triplet: C6, 00 and BF. RGB value is (198,0,191). Sum of RGB (Red+Green+Blue) = 198+0+191=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C600BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600BF is #39FF40. Grayscale: #505050. Windows color (decimal): -3800897 or 12517574. OLE color: 12517574.

HSL color Cylindrical-coordinate representation of color #C600BF: hue angle of 302.12º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600BF is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 191 -
CMYK 0 1 0.04 0.22
HSL 302.12º 1% 0.39% -
HSV(B) 302.12º 1% 0.78% -
XYZ 32.69 15.77 50.61 -
YUV 80.98 190.1 211.47 -
System Red Green Blue C M Y K H S L
Decimal 198 0 191 0 1 0.04 0.22 302.12 1 0.39
Hex C6 0 BF 0 64 4 16 12E 64 27
Octal 306 0 277 0 144 4 26 456 144 47
Binary 11000110 0 10111111 0 1100100 100 10110 100101110 1100100 100111

Color Harmonies of #C600BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600BF

Black with #C600BF

Text Example


Text Example

White with #C600BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600BF; }

 p { color: rgb(198,0,191); }

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

background-color css

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

 a { background-color: rgb(198,0,191); }

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

border-color css

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

 span { border-color: rgb(198,0,191); }

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