Html Css Color HEX #C608BE Deep Magenta

📋 copy color: '#C608BE'

red 198 ◦ green 8 ◦ blue 190

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

Shades of Deep Magenta #C608BE

Tints of Deep Magenta #C608BE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

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

R = 50%
G = 2.02%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C608BE (or 0xC608BE) is known color: Deep Magenta. HEX triplet: C6, 08 and BE. RGB value is (198,8,190). Sum of RGB (Red+Green+Blue) = 198+8+190=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C608BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C608BE is #39F741. Grayscale: #555555. Windows color (decimal): -3798850 or 12454086. OLE color: 12454086.

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

Color convert

RGB 198 8 190 -
CMYK 0 0.96 0.04 0.22
HSL 302.53º 0.92% 0.4% -
HSV(B) 302.53º 0.96% 0.78% -
XYZ 32.67 15.9 50.06 -
YUV 85.56 186.95 208.2 -
System Red Green Blue C M Y K H S L
Decimal 198 8 190 0 0.96 0.04 0.22 302.53 0.92 0.4
Hex C6 8 BE 0 60 4 16 12F 5C 28
Octal 306 10 276 0 140 4 26 457 134 50
Binary 11000110 1000 10111110 0 1100000 100 10110 100101111 1011100 101000

Color Harmonies of #C608BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608BE

Black with #C608BE

Text Example


Text Example

White with #C608BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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