Html Css Color HEX #C600BE Deep Magenta

📋 copy color: '#C600BE'

red 198 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #C600BE

Tints of Deep Magenta #C600BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 51.03%
G = 0%
B = 48.97%

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

#C600BE (or 0xC600BE) is known color: Deep Magenta. HEX triplet: C6, 00 and BE. RGB value is (198,0,190). Sum of RGB (Red+Green+Blue) = 198+0+190=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C600BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600BE is #39FF41. Grayscale: #505050. Windows color (decimal): -3800898 or 12452038. OLE color: 12452038.

HSL color Cylindrical-coordinate representation of color #C600BE: hue angle of 302.42º 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 #C600BE is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 190 -
CMYK 0 1 0.04 0.22
HSL 302.42º 1% 0.39% -
HSV(B) 302.42º 1% 0.78% -
XYZ 32.58 15.72 50.03 -
YUV 80.86 189.6 211.55 -
System Red Green Blue C M Y K H S L
Decimal 198 0 190 0 1 0.04 0.22 302.42 1 0.39
Hex C6 0 BE 0 64 4 16 12E 64 27
Octal 306 0 276 0 144 4 26 456 144 47
Binary 11000110 0 10111110 0 1100100 100 10110 100101110 1100100 100111

Color Harmonies of #C600BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600BE

Black with #C600BE

Text Example


Text Example

White with #C600BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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