Html Css Color HEX #C606CF Deep Magenta

📋 copy color: '#C606CF'

red 198 ◦ green 6 ◦ blue 207

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

Shades of Deep Magenta #C606CF

Tints of Deep Magenta #C606CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 48.18%
G = 1.46%
B = 50.36%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C606CF (or 0xC606CF) is known color: Deep Magenta. HEX triplet: C6, 06 and CF. RGB value is (198,6,207). Sum of RGB (Red+Green+Blue) = 198+6+207=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #C606CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606CF is #39F930. Grayscale: #555555. Windows color (decimal): -3799345 or 13567686. OLE color: 13567686.

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

Color convert

RGB 198 6 207 -
CMYK 0.04 0.97 0 0.19
HSL 297.31º 0.94% 0.42% -
HSV(B) 297.31º 0.97% 0.81% -
XYZ 34.62 16.64 60.42 -
YUV 86.32 196.11 207.66 -
System Red Green Blue C M Y K H S L
Decimal 198 6 207 0.04 0.97 0 0.19 297.31 0.94 0.42
Hex C6 6 CF 4 61 0 13 129 5E 2A
Octal 306 6 317 4 141 0 23 451 136 52
Binary 11000110 110 11001111 100 1100001 0 10011 100101001 1011110 101010

Color Harmonies of #C606CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C606CF

Black with #C606CF

Text Example


Text Example

White with #C606CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C606CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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