Html Css Color HEX #C017BF Deep Magenta

📋 copy color: '#C017BF'

red 192 ◦ green 23 ◦ blue 191

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

Shades of Deep Magenta #C017BF

Tints of Deep Magenta #C017BF

RGB

 RED value IS 192 (75.39% from 255) = 47.29%

 GREEN value IS 23 (9.38% from 255) = 5.67%

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

R = 47.29%
G = 5.67%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C017BF (or 0xC017BF) is known color: Deep Magenta. HEX triplet: C0, 17 and BF. RGB value is (192,23,191). Sum of RGB (Red+Green+Blue) = 192+23+191=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C017BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017BF is #3FE840. Grayscale: #5C5C5C. Windows color (decimal): -4188225 or 12523456. OLE color: 12523456.

HSL color Cylindrical-coordinate representation of color #C017BF: hue angle of 300.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C017BF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 191 -
CMYK 0 0.88 0.01 0.25
HSL 300.36º 0.79% 0.42% -
HSV(B) 300.36º 0.88% 0.75% -
XYZ 31.45 15.58 50.64 -
YUV 92.68 183.49 198.84 -
System Red Green Blue C M Y K H S L
Decimal 192 23 191 0 0.88 0.01 0.25 300.36 0.79 0.42
Hex C0 17 BF 0 58 1 19 12C 4F 2A
Octal 300 27 277 0 130 1 31 454 117 52
Binary 11000000 10111 10111111 0 1011000 1 11001 100101100 1001111 101010

Color Harmonies of #C017BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C017BF

Black with #C017BF

Text Example


Text Example

White with #C017BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C017BF; }

 p { color: rgb(192,23,191); }

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

background-color css

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

 a { background-color: rgb(192,23,191); }

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

border-color css

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

 span { border-color: rgb(192,23,191); }

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