Html Css Color HEX #C907DD Deep Magenta

📋 copy color: '#C907DD'

red 201 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #C907DD

Tints of Deep Magenta #C907DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 46.85%
G = 1.63%
B = 51.52%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C907DD (or 0xC907DD) is known color: Deep Magenta. HEX triplet: C9, 07 and DD. RGB value is (201,7,221). Sum of RGB (Red+Green+Blue) = 201+7+221=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #C907DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907DD is #36F822. Grayscale: #585858. Windows color (decimal): -3602467 or 14485449. OLE color: 14485449.

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

Color convert

RGB 201 7 221 -
CMYK 0.09 0.97 0 0.13
HSL 294.39º 0.94% 0.45% -
HSV(B) 294.39º 0.97% 0.87% -
XYZ 37.21 17.79 69.88 -
YUV 89.4 202.27 207.6 -
System Red Green Blue C M Y K H S L
Decimal 201 7 221 0.09 0.97 0 0.13 294.39 0.94 0.45
Hex C9 7 DD 9 61 0 D 126 5E 2D
Octal 311 7 335 11 141 0 15 446 136 55
Binary 11001001 111 11011101 1001 1100001 0 1101 100100110 1011110 101101

Color Harmonies of #C907DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C907DD

Black with #C907DD

Text Example


Text Example

White with #C907DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C907DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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