Html Css Color HEX #C907DF Deep Magenta

📋 copy color: '#C907DF'

red 201 ◦ green 7 ◦ blue 223

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

Shades of Deep Magenta #C907DF

Tints of Deep Magenta #C907DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 46.64%
G = 1.62%
B = 51.74%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C907DF (or 0xC907DF) is known color: Deep Magenta. HEX triplet: C9, 07 and DF. RGB value is (201,7,223). Sum of RGB (Red+Green+Blue) = 201+7+223=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #C907DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907DF is #36F820. Grayscale: #585858. Windows color (decimal): -3602465 or 14616521. OLE color: 14616521.

HSL color Cylindrical-coordinate representation of color #C907DF: hue angle of 293.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907DF is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 7 223 -
CMYK 0.10 0.97 0 0.13
HSL 293.89º 0.94% 0.45% -
HSV(B) 293.89º 0.97% 0.87% -
XYZ 37.48 17.9 71.29 -
YUV 89.63 203.27 207.44 -
System Red Green Blue C M Y K H S L
Decimal 201 7 223 0.10 0.97 0 0.13 293.89 0.94 0.45
Hex C9 7 DF A 61 0 D 126 5E 2D
Octal 311 7 337 12 141 0 15 446 136 55
Binary 11001001 111 11011111 1010 1100001 0 1101 100100110 1011110 101101

Color Harmonies of #C907DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C907DF

Black with #C907DF

Text Example


Text Example

White with #C907DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C907DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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