Html Css Color HEX #C008BE Deep Magenta

📋 copy color: '#C008BE'

red 192 ◦ green 8 ◦ blue 190

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

Shades of Deep Magenta #C008BE

Tints of Deep Magenta #C008BE

RGB

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

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

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

R = 49.23%
G = 2.05%
B = 48.72%

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

#C008BE (or 0xC008BE) is known color: Deep Magenta. HEX triplet: C0, 08 and BE. RGB value is (192,8,190). Sum of RGB (Red+Green+Blue) = 192+8+190=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C008BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008BE is #3FF741. Grayscale: #535353. Windows color (decimal): -4192066 or 12454080. OLE color: 12454080.

HSL color Cylindrical-coordinate representation of color #C008BE: hue angle of 300.65º 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 #C008BE is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 190 -
CMYK 0 0.96 0.01 0.25
HSL 300.65º 0.92% 0.39% -
HSV(B) 300.65º 0.96% 0.75% -
XYZ 31.12 15.1 49.99 -
YUV 83.76 187.96 205.2 -
System Red Green Blue C M Y K H S L
Decimal 192 8 190 0 0.96 0.01 0.25 300.65 0.92 0.39
Hex C0 8 BE 0 60 1 19 12D 5C 27
Octal 300 10 276 0 140 1 31 455 134 47
Binary 11000000 1000 10111110 0 1100000 1 11001 100101101 1011100 100111

Color Harmonies of #C008BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008BE

Black with #C008BE

Text Example


Text Example

White with #C008BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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