Html Css Color HEX #C614BF Deep Magenta

📋 copy color: '#C614BF'

red 198 ◦ green 20 ◦ blue 191

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

Shades of Deep Magenta #C614BF

Tints of Deep Magenta #C614BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.89%

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

R = 48.41%
G = 4.89%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C614BF (or 0xC614BF) is known color: Deep Magenta. HEX triplet: C6, 14 and BF. RGB value is (198,20,191). Sum of RGB (Red+Green+Blue) = 198+20+191=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C614BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614BF is #39EB40. Grayscale: #5C5C5C. Windows color (decimal): -3795777 or 12522694. OLE color: 12522694.

HSL color Cylindrical-coordinate representation of color #C614BF: hue angle of 302.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C614BF is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 20 191 -
CMYK 0 0.90 0.04 0.22
HSL 302.36º 0.82% 0.43% -
HSV(B) 302.36º 0.9% 0.78% -
XYZ 32.94 16.27 50.69 -
YUV 92.72 183.47 203.1 -
System Red Green Blue C M Y K H S L
Decimal 198 20 191 0 0.90 0.04 0.22 302.36 0.82 0.43
Hex C6 14 BF 0 5A 4 16 12E 52 2B
Octal 306 24 277 0 132 4 26 456 122 53
Binary 11000110 10100 10111111 0 1011010 100 10110 100101110 1010010 101011

Color Harmonies of #C614BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C614BF

Black with #C614BF

Text Example


Text Example

White with #C614BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C614BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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