Html Css Color HEX #C606BF Deep Magenta

📋 copy color: '#C606BF'

red 198 ◦ green 6 ◦ blue 191

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

Shades of Deep Magenta #C606BF

Tints of Deep Magenta #C606BF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

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

R = 50.13%
G = 1.52%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C606BF (or 0xC606BF) is known color: Deep Magenta. HEX triplet: C6, 06 and BF. RGB value is (198,6,191). Sum of RGB (Red+Green+Blue) = 198+6+191=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C606BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606BF is #39F940. Grayscale: #535353. Windows color (decimal): -3799361 or 12519110. OLE color: 12519110.

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

Color convert

RGB 198 6 191 -
CMYK 0 0.97 0.04 0.22
HSL 302.19º 0.94% 0.4% -
HSV(B) 302.19º 0.97% 0.78% -
XYZ 32.76 15.9 50.63 -
YUV 84.5 188.11 208.96 -
System Red Green Blue C M Y K H S L
Decimal 198 6 191 0 0.97 0.04 0.22 302.19 0.94 0.4
Hex C6 6 BF 0 61 4 16 12E 5E 28
Octal 306 6 277 0 141 4 26 456 136 50
Binary 11000110 110 10111111 0 1100001 100 10110 100101110 1011110 101000

Color Harmonies of #C606BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C606BF

Black with #C606BF

Text Example


Text Example

White with #C606BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C606BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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