Html Css Color HEX #C007CE Deep Magenta

📋 copy color: '#C007CE'

red 192 ◦ green 7 ◦ blue 206

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

Shades of Deep Magenta #C007CE

Tints of Deep Magenta #C007CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 47.41%
G = 1.73%
B = 50.86%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C007CE (or 0xC007CE) is known color: Deep Magenta. HEX triplet: C0, 07 and CE. RGB value is (192,7,206). Sum of RGB (Red+Green+Blue) = 192+7+206=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #C007CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007CE is #3FF831. Grayscale: #545454. Windows color (decimal): -4192306 or 13502400. OLE color: 13502400.

HSL color Cylindrical-coordinate representation of color #C007CE: hue angle of 295.78º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C007CE is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 7 206 -
CMYK 0.07 0.97 0 0.19
HSL 295.78º 0.93% 0.42% -
HSV(B) 295.78º 0.97% 0.81% -
XYZ 32.95 15.81 59.71 -
YUV 85 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 192 7 206 0.07 0.97 0 0.19 295.78 0.93 0.42
Hex C0 7 CE 7 61 0 13 128 5D 2A
Octal 300 7 316 7 141 0 23 450 135 52
Binary 11000000 111 11001110 111 1100001 0 10011 100101000 1011101 101010

Color Harmonies of #C007CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C007CE

Black with #C007CE

Text Example


Text Example

White with #C007CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C007CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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