Html Css Color HEX #C006BD Deep Magenta

📋 copy color: '#C006BD'

red 192 ◦ green 6 ◦ blue 189

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

Shades of Deep Magenta #C006BD

Tints of Deep Magenta #C006BD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 49.61%
G = 1.55%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C006BD (or 0xC006BD) is known color: Deep Magenta. HEX triplet: C0, 06 and BD. RGB value is (192,6,189). Sum of RGB (Red+Green+Blue) = 192+6+189=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C006BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006BD is #3FF942. Grayscale: #515151. Windows color (decimal): -4192579 or 12388032. OLE color: 12388032.

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

Color convert

RGB 192 6 189 -
CMYK 0 0.97 0.02 0.25
HSL 300.97º 0.94% 0.39% -
HSV(B) 300.97º 0.97% 0.75% -
XYZ 30.99 15.01 49.41 -
YUV 82.48 188.12 206.12 -
System Red Green Blue C M Y K H S L
Decimal 192 6 189 0 0.97 0.02 0.25 300.97 0.94 0.39
Hex C0 6 BD 0 61 2 19 12D 5E 27
Octal 300 6 275 0 141 2 31 455 136 47
Binary 11000000 110 10111101 0 1100001 10 11001 100101101 1011110 100111

Color Harmonies of #C006BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006BD

Black with #C006BD

Text Example


Text Example

White with #C006BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006BD; }

 p { color: rgb(192,6,189); }

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

background-color css

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

 a { background-color: rgb(192,6,189); }

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

border-color css

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

 span { border-color: rgb(192,6,189); }

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