Html Css Color HEX #C612BF Deep Magenta

📋 copy color: '#C612BF'

red 198 ◦ green 18 ◦ blue 191

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

Shades of Deep Magenta #C612BF

Tints of Deep Magenta #C612BF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.42%

 BLUE value IS 191 (75% from 255) = 46.93%

R = 48.65%
G = 4.42%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C612BF (or 0xC612BF) is known color: Deep Magenta. HEX triplet: C6, 12 and BF. RGB value is (198,18,191). Sum of RGB (Red+Green+Blue) = 198+18+191=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C612BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612BF is #39ED40. Grayscale: #5B5B5B. Windows color (decimal): -3796289 or 12522182. OLE color: 12522182.

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

Color convert

RGB 198 18 191 -
CMYK 0 0.91 0.04 0.22
HSL 302.33º 0.83% 0.42% -
HSV(B) 302.33º 0.91% 0.78% -
XYZ 32.91 16.2 50.68 -
YUV 91.54 184.13 203.93 -
System Red Green Blue C M Y K H S L
Decimal 198 18 191 0 0.91 0.04 0.22 302.33 0.83 0.42
Hex C6 12 BF 0 5B 4 16 12E 53 2A
Octal 306 22 277 0 133 4 26 456 123 52
Binary 11000110 10010 10111111 0 1011011 100 10110 100101110 1010011 101010

Color Harmonies of #C612BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612BF

Black with #C612BF

Text Example


Text Example

White with #C612BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612BF; }

 p { color: rgb(198,18,191); }

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

background-color css

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

 a { background-color: rgb(198,18,191); }

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

border-color css

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

 span { border-color: rgb(198,18,191); }

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