Html Css Color HEX #C711CC Deep Magenta

📋 copy color: '#C711CC'

red 199 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #C711CC

Tints of Deep Magenta #C711CC

RGB

 RED value IS 199 (78.13% from 255) = 47.38%

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

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

R = 47.38%
G = 4.05%
B = 48.57%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C711CC (or 0xC711CC) is known color: Deep Magenta. HEX triplet: C7, 11 and CC. RGB value is (199,17,204). Sum of RGB (Red+Green+Blue) = 199+17+204=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #C711CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711CC is #38EE33. Grayscale: #5C5C5C. Windows color (decimal): -3730996 or 13373895. OLE color: 13373895.

HSL color Cylindrical-coordinate representation of color #C711CC: hue angle of 298.4º 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 #C711CC is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 17 204 -
CMYK 0.02 0.92 0 0.2
HSL 298.4º 0.85% 0.43% -
HSV(B) 298.4º 0.92% 0.8% -
XYZ 34.65 16.9 58.56 -
YUV 92.74 190.8 203.79 -
System Red Green Blue C M Y K H S L
Decimal 199 17 204 0.02 0.92 0 0.2 298.4 0.85 0.43
Hex C7 11 CC 2 5C 0 14 12A 55 2B
Octal 307 21 314 2 134 0 24 452 125 53
Binary 11000111 10001 11001100 10 1011100 0 10100 100101010 1010101 101011

Color Harmonies of #C711CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C711CC

Black with #C711CC

Text Example


Text Example

White with #C711CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C711CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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