Html Css Color HEX #C711CB Deep Magenta

📋 copy color: '#C711CB'

red 199 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #C711CB

Tints of Deep Magenta #C711CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 47.49%
G = 4.06%
B = 48.45%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C711CB (or 0xC711CB) is known color: Deep Magenta. HEX triplet: C7, 11 and CB. RGB value is (199,17,203). Sum of RGB (Red+Green+Blue) = 199+17+203=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #C711CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711CB is #38EE34. Grayscale: #5C5C5C. Windows color (decimal): -3730997 or 13308359. OLE color: 13308359.

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

Color convert

RGB 199 17 203 -
CMYK 0.02 0.92 0 0.20
HSL 298.71º 0.85% 0.43% -
HSV(B) 298.71º 0.92% 0.8% -
XYZ 34.53 16.85 57.93 -
YUV 92.62 190.3 203.88 -
System Red Green Blue C M Y K H S L
Decimal 199 17 203 0.02 0.92 0 0.20 298.71 0.85 0.43
Hex C7 11 CB 2 5C 0 14 12B 55 2B
Octal 307 21 313 2 134 0 24 453 125 53
Binary 11000111 10001 11001011 10 1011100 0 10100 100101011 1010101 101011

Color Harmonies of #C711CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C711CB

Black with #C711CB

Text Example


Text Example

White with #C711CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C711CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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