Html Css Color HEX #C606CC Deep Magenta

📋 copy color: '#C606CC'

red 198 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #C606CC

Tints of Deep Magenta #C606CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50%

R = 48.53%
G = 1.47%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C606CC (or 0xC606CC) is known color: Deep Magenta. HEX triplet: C6, 06 and CC. RGB value is (198,6,204). Sum of RGB (Red+Green+Blue) = 198+6+204=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #C606CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606CC is #39F933. Grayscale: #555555. Windows color (decimal): -3799348 or 13371078. OLE color: 13371078.

HSL color Cylindrical-coordinate representation of color #C606CC: hue angle of 298.18º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C606CC is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 6 204 -
CMYK 0.03 0.97 0 0.2
HSL 298.18º 0.94% 0.41% -
HSV(B) 298.18º 0.97% 0.8% -
XYZ 34.25 16.5 58.51 -
YUV 85.98 194.61 207.9 -
System Red Green Blue C M Y K H S L
Decimal 198 6 204 0.03 0.97 0 0.2 298.18 0.94 0.41
Hex C6 6 CC 3 61 0 14 12A 5E 29
Octal 306 6 314 3 141 0 24 452 136 51
Binary 11000110 110 11001100 11 1100001 0 10100 100101010 1011110 101001

Color Harmonies of #C606CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C606CC

Black with #C606CC

Text Example


Text Example

White with #C606CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C606CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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