Html Css Color HEX #C007CD Deep Magenta

📋 copy color: '#C007CD'

red 192 ◦ green 7 ◦ blue 205

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

Shades of Deep Magenta #C007CD

Tints of Deep Magenta #C007CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 47.52%
G = 1.73%
B = 50.74%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C007CD (or 0xC007CD) is known color: Deep Magenta. HEX triplet: C0, 07 and CD. RGB value is (192,7,205). Sum of RGB (Red+Green+Blue) = 192+7+205=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #C007CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007CD is #3FF832. Grayscale: #545454. Windows color (decimal): -4192307 or 13436864. OLE color: 13436864.

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

Color convert

RGB 192 7 205 -
CMYK 0.06 0.97 0 0.20
HSL 296.06º 0.93% 0.42% -
HSV(B) 296.06º 0.97% 0.8% -
XYZ 32.83 15.77 59.07 -
YUV 84.89 195.79 204.4 -
System Red Green Blue C M Y K H S L
Decimal 192 7 205 0.06 0.97 0 0.20 296.06 0.93 0.42
Hex C0 7 CD 6 61 0 14 128 5D 2A
Octal 300 7 315 6 141 0 24 450 135 52
Binary 11000000 111 11001101 110 1100001 0 10100 100101000 1011101 101010

Color Harmonies of #C007CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C007CD

Black with #C007CD

Text Example


Text Example

White with #C007CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C007CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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