Html Css Color HEX #C61CBE Deep Magenta

📋 copy color: '#C61CBE'

red 198 ◦ green 28 ◦ blue 190

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

Shades of Deep Magenta #C61CBE

Tints of Deep Magenta #C61CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.73%

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 47.6%
G = 6.73%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C61CBE (or 0xC61CBE) is known color: Deep Magenta. HEX triplet: C6, 1C and BE. RGB value is (198,28,190). Sum of RGB (Red+Green+Blue) = 198+28+190=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C61CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CBE is #39E341. Grayscale: #606060. Windows color (decimal): -3793730 or 12459206. OLE color: 12459206.

HSL color Cylindrical-coordinate representation of color #C61CBE: hue angle of 302.82º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61CBE is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 28 190 -
CMYK 0 0.86 0.04 0.22
HSL 302.82º 0.75% 0.44% -
HSV(B) 302.82º 0.86% 0.78% -
XYZ 33 16.55 50.17 -
YUV 97.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 198 28 190 0 0.86 0.04 0.22 302.82 0.75 0.44
Hex C6 1C BE 0 56 4 16 12F 4B 2C
Octal 306 34 276 0 126 4 26 457 113 54
Binary 11000110 11100 10111110 0 1010110 100 10110 100101111 1001011 101100

Color Harmonies of #C61CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CBE

Black with #C61CBE

Text Example


Text Example

White with #C61CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CBE; }

 p { color: rgb(198,28,190); }

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

background-color css

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

 a { background-color: rgb(198,28,190); }

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

border-color css

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

 span { border-color: rgb(198,28,190); }

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