Html Css Color HEX #C007A7 Deep Magenta

📋 copy color: '#C007A7'

red 192 ◦ green 7 ◦ blue 167

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

Shades of Deep Magenta #C007A7

Tints of Deep Magenta #C007A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.63%

R = 52.46%
G = 1.91%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C007A7 (or 0xC007A7) is known color: Deep Magenta. HEX triplet: C0, 07 and A7. RGB value is (192,7,167). Sum of RGB (Red+Green+Blue) = 192+7+167=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C007A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C007A7 is #3FF858. Grayscale: #505050. Windows color (decimal): -4192345 or 10946496. OLE color: 10946496.

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

Color convert

RGB 192 7 167 -
CMYK 0 0.96 0.13 0.25
HSL 308.11º 0.93% 0.39% -
HSV(B) 308.11º 0.96% 0.75% -
XYZ 28.79 14.15 37.77 -
YUV 80.56 176.79 207.49 -
System Red Green Blue C M Y K H S L
Decimal 192 7 167 0 0.96 0.13 0.25 308.11 0.93 0.39
Hex C0 7 A7 0 60 D 19 134 5D 27
Octal 300 7 247 0 140 15 31 464 135 47
Binary 11000000 111 10100111 0 1100000 1101 11001 100110100 1011101 100111

Color Harmonies of #C007A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C007A7

Black with #C007A7

Text Example


Text Example

White with #C007A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C007A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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