Html Css Color HEX #C61BCC Deep Magenta

📋 copy color: '#C61BCC'

red 198 ◦ green 27 ◦ blue 204

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

Shades of Deep Magenta #C61BCC

Tints of Deep Magenta #C61BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.29%

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

R = 46.15%
G = 6.29%
B = 47.55%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C61BCC (or 0xC61BCC) is known color: Deep Magenta. HEX triplet: C6, 1B and CC. RGB value is (198,27,204). Sum of RGB (Red+Green+Blue) = 198+27+204=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #C61BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BCC is #39E433. Grayscale: #616161. Windows color (decimal): -3793972 or 13376454. OLE color: 13376454.

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

Color convert

RGB 198 27 204 -
CMYK 0.03 0.87 0 0.2
HSL 297.97º 0.77% 0.45% -
HSV(B) 297.97º 0.87% 0.8% -
XYZ 34.58 17.15 58.61 -
YUV 98.31 187.65 199.11 -
System Red Green Blue C M Y K H S L
Decimal 198 27 204 0.03 0.87 0 0.2 297.97 0.77 0.45
Hex C6 1B CC 3 57 0 14 12A 4D 2D
Octal 306 33 314 3 127 0 24 452 115 55
Binary 11000110 11011 11001100 11 1010111 0 10100 100101010 1001101 101101

Color Harmonies of #C61BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BCC

Black with #C61BCC

Text Example


Text Example

White with #C61BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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