Html Css Color HEX #C600B9 Deep Magenta

📋 copy color: '#C600B9'

red 198 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #C600B9

Tints of Deep Magenta #C600B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.3%

R = 51.7%
G = 0%
B = 48.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C600B9 (or 0xC600B9) is known color: Deep Magenta. HEX triplet: C6, 00 and B9. RGB value is (198,0,185). Sum of RGB (Red+Green+Blue) = 198+0+185=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C600B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600B9 is #39FF46. Grayscale: #4F4F4F. Windows color (decimal): -3800903 or 12124358. OLE color: 12124358.

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

Color convert

RGB 198 0 185 -
CMYK 0 1 0.07 0.22
HSL 303.94º 1% 0.39% -
HSV(B) 303.94º 1% 0.78% -
XYZ 32.05 15.51 47.2 -
YUV 80.29 187.1 211.96 -
System Red Green Blue C M Y K H S L
Decimal 198 0 185 0 1 0.07 0.22 303.94 1 0.39
Hex C6 0 B9 0 64 7 16 130 64 27
Octal 306 0 271 0 144 7 26 460 144 47
Binary 11000110 0 10111001 0 1100100 111 10110 100110000 1100100 100111

Color Harmonies of #C600B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600B9

Black with #C600B9

Text Example


Text Example

White with #C600B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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