Html Css Color HEX #C611CC Deep Magenta

📋 copy color: '#C611CC'

red 198 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #C611CC

Tints of Deep Magenta #C611CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.06%

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

R = 47.26%
G = 4.06%
B = 48.69%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C611CC (or 0xC611CC) is known color: Deep Magenta. HEX triplet: C6, 11 and CC. RGB value is (198,17,204). Sum of RGB (Red+Green+Blue) = 198+17+204=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #C611CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611CC is #39EE33. Grayscale: #5B5B5B. Windows color (decimal): -3796532 or 13373894. OLE color: 13373894.

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

Color convert

RGB 198 17 204 -
CMYK 0.03 0.92 0 0.2
HSL 298.07º 0.85% 0.43% -
HSV(B) 298.07º 0.92% 0.8% -
XYZ 34.39 16.77 58.55 -
YUV 92.44 190.97 203.29 -
System Red Green Blue C M Y K H S L
Decimal 198 17 204 0.03 0.92 0 0.2 298.07 0.85 0.43
Hex C6 11 CC 3 5C 0 14 12A 55 2B
Octal 306 21 314 3 134 0 24 452 125 53
Binary 11000110 10001 11001100 11 1011100 0 10100 100101010 1010101 101011

Color Harmonies of #C611CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C611CC

Black with #C611CC

Text Example


Text Example

White with #C611CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C611CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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