Html Css Color HEX #C611CB Deep Magenta

📋 copy color: '#C611CB'

red 198 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #C611CB

Tints of Deep Magenta #C611CB

RGB

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

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

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

R = 47.37%
G = 4.07%
B = 48.56%

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

#C611CB (or 0xC611CB) is known color: Deep Magenta. HEX triplet: C6, 11 and CB. RGB value is (198,17,203). Sum of RGB (Red+Green+Blue) = 198+17+203=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #C611CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611CB is #39EE34. Grayscale: #5B5B5B. Windows color (decimal): -3796533 or 13308358. OLE color: 13308358.

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

Color convert

RGB 198 17 203 -
CMYK 0.02 0.92 0 0.20
HSL 298.39º 0.85% 0.43% -
HSV(B) 298.39º 0.92% 0.8% -
XYZ 34.27 16.72 57.92 -
YUV 92.32 190.47 203.38 -
System Red Green Blue C M Y K H S L
Decimal 198 17 203 0.02 0.92 0 0.20 298.39 0.85 0.43
Hex C6 11 CB 2 5C 0 14 12A 55 2B
Octal 306 21 313 2 134 0 24 452 125 53
Binary 11000110 10001 11001011 10 1011100 0 10100 100101010 1010101 101011

Color Harmonies of #C611CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C611CB

Black with #C611CB

Text Example


Text Example

White with #C611CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C611CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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