Html Css Color HEX #C907A9 Deep Magenta

📋 copy color: '#C907A9'

red 201 ◦ green 7 ◦ blue 169

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

Shades of Deep Magenta #C907A9

Tints of Deep Magenta #C907A9

RGB

 RED value IS 201 (78.91% from 255) = 53.32%

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

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 53.32%
G = 1.86%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C907A9 (or 0xC907A9) is known color: Deep Magenta. HEX triplet: C9, 07 and A9. RGB value is (201,7,169). Sum of RGB (Red+Green+Blue) = 201+7+169=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C907A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C907A9 is #36F856. Grayscale: #535353. Windows color (decimal): -3602519 or 11077577. OLE color: 11077577.

HSL color Cylindrical-coordinate representation of color #C907A9: hue angle of 309.9º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907A9 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 7 169 -
CMYK 0 0.97 0.16 0.21
HSL 309.9º 0.93% 0.41% -
HSV(B) 309.9º 0.97% 0.79% -
XYZ 31.32 15.43 38.86 -
YUV 83.47 176.27 211.83 -
System Red Green Blue C M Y K H S L
Decimal 201 7 169 0 0.97 0.16 0.21 309.9 0.93 0.41
Hex C9 7 A9 0 61 10 15 136 5D 29
Octal 311 7 251 0 141 20 25 466 135 51
Binary 11001001 111 10101001 0 1100001 10000 10101 100110110 1011101 101001

Color Harmonies of #C907A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C907A9

Black with #C907A9

Text Example


Text Example

White with #C907A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C907A9; }

 p { color: rgb(201,7,169); }

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

background-color css

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

 a { background-color: rgb(201,7,169); }

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

border-color css

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

 span { border-color: rgb(201,7,169); }

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