Html Css Color HEX #C600CC Deep Magenta

📋 copy color: '#C600CC'

red 198 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #C600CC

Tints of Deep Magenta #C600CC

RGB

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

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

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

R = 49.25%
G = 0%
B = 50.75%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C600CC (or 0xC600CC) is known color: Deep Magenta. HEX triplet: C6, 00 and CC. RGB value is (198,0,204). Sum of RGB (Red+Green+Blue) = 198+0+204=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #C600CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600CC is #39FF33. Grayscale: #515151. Windows color (decimal): -3800884 or 13369542. OLE color: 13369542.

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

Color convert

RGB 198 0 204 -
CMYK 0.03 1 0 0.2
HSL 298.24º 1% 0.4% -
HSV(B) 298.24º 1% 0.8% -
XYZ 34.19 16.37 58.48 -
YUV 82.46 196.6 210.41 -
System Red Green Blue C M Y K H S L
Decimal 198 0 204 0.03 1 0 0.2 298.24 1 0.4
Hex C6 0 CC 3 64 0 14 12A 64 28
Octal 306 0 314 3 144 0 24 452 144 50
Binary 11000110 0 11001100 11 1100100 0 10100 100101010 1100100 101000

Color Harmonies of #C600CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600CC

Black with #C600CC

Text Example


Text Example

White with #C600CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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