Html Css Color HEX #C608AF Deep Magenta

📋 copy color: '#C608AF'

red 198 ◦ green 8 ◦ blue 175

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

Shades of Deep Magenta #C608AF

Tints of Deep Magenta #C608AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 51.97%
G = 2.1%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C608AF (or 0xC608AF) is known color: Deep Magenta. HEX triplet: C6, 08 and AF. RGB value is (198,8,175). Sum of RGB (Red+Green+Blue) = 198+8+175=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C608AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C608AF is #39F750. Grayscale: #535353. Windows color (decimal): -3798865 or 11471046. OLE color: 11471046.

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

Color convert

RGB 198 8 175 -
CMYK 0 0.96 0.12 0.22
HSL 307.26º 0.92% 0.4% -
HSV(B) 307.26º 0.96% 0.78% -
XYZ 31.11 15.27 41.87 -
YUV 83.85 179.45 209.42 -
System Red Green Blue C M Y K H S L
Decimal 198 8 175 0 0.96 0.12 0.22 307.26 0.92 0.4
Hex C6 8 AF 0 60 C 16 133 5C 28
Octal 306 10 257 0 140 14 26 463 134 50
Binary 11000110 1000 10101111 0 1100000 1100 10110 100110011 1011100 101000

Color Harmonies of #C608AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608AF

Black with #C608AF

Text Example


Text Example

White with #C608AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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