Html Css Color HEX #C007BE Deep Magenta

📋 copy color: '#C007BE'

red 192 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #C007BE

Tints of Deep Magenta #C007BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.8%

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

R = 49.36%
G = 1.8%
B = 48.84%

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

#C007BE (or 0xC007BE) is known color: Deep Magenta. HEX triplet: C0, 07 and BE. RGB value is (192,7,190). Sum of RGB (Red+Green+Blue) = 192+7+190=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C007BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007BE is #3FF841. Grayscale: #525252. Windows color (decimal): -4192322 or 12453824. OLE color: 12453824.

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

Color convert

RGB 192 7 190 -
CMYK 0 0.96 0.01 0.25
HSL 300.65º 0.93% 0.39% -
HSV(B) 300.65º 0.96% 0.75% -
XYZ 31.11 15.08 49.99 -
YUV 83.18 188.29 205.62 -
System Red Green Blue C M Y K H S L
Decimal 192 7 190 0 0.96 0.01 0.25 300.65 0.93 0.39
Hex C0 7 BE 0 60 1 19 12D 5D 27
Octal 300 7 276 0 140 1 31 455 135 47
Binary 11000000 111 10111110 0 1100000 1 11001 100101101 1011101 100111

Color Harmonies of #C007BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C007BE

Black with #C007BE

Text Example


Text Example

White with #C007BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C007BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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