Html Css Color HEX #C008BF Deep Magenta

📋 copy color: '#C008BF'

red 192 ◦ green 8 ◦ blue 191

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

Shades of Deep Magenta #C008BF

Tints of Deep Magenta #C008BF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.05%

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

R = 49.1%
G = 2.05%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C008BF (or 0xC008BF) is known color: Deep Magenta. HEX triplet: C0, 08 and BF. RGB value is (192,8,191). Sum of RGB (Red+Green+Blue) = 192+8+191=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C008BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008BF is #3FF740. Grayscale: #535353. Windows color (decimal): -4192065 or 12519616. OLE color: 12519616.

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

Color convert

RGB 192 8 191 -
CMYK 0 0.96 0.01 0.25
HSL 300.33º 0.92% 0.39% -
HSV(B) 300.33º 0.96% 0.75% -
XYZ 31.23 15.14 50.57 -
YUV 83.88 188.46 205.12 -
System Red Green Blue C M Y K H S L
Decimal 192 8 191 0 0.96 0.01 0.25 300.33 0.92 0.39
Hex C0 8 BF 0 60 1 19 12C 5C 27
Octal 300 10 277 0 140 1 31 454 134 47
Binary 11000000 1000 10111111 0 1100000 1 11001 100101100 1011100 100111

Color Harmonies of #C008BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008BF

Black with #C008BF

Text Example


Text Example

White with #C008BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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