Html Css Color HEX #C907DB Deep Magenta

📋 copy color: '#C907DB'

red 201 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #C907DB

Tints of Deep Magenta #C907DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 47.07%
G = 1.64%
B = 51.29%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C907DB (or 0xC907DB) is known color: Deep Magenta. HEX triplet: C9, 07 and DB. RGB value is (201,7,219). Sum of RGB (Red+Green+Blue) = 201+7+219=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #C907DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907DB is #36F824. Grayscale: #585858. Windows color (decimal): -3602469 or 14354377. OLE color: 14354377.

HSL color Cylindrical-coordinate representation of color #C907DB: hue angle of 294.91º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907DB is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 7 219 -
CMYK 0.08 0.97 0 0.14
HSL 294.91º 0.94% 0.44% -
HSV(B) 294.91º 0.97% 0.86% -
XYZ 36.95 17.68 68.48 -
YUV 89.17 201.27 207.76 -
System Red Green Blue C M Y K H S L
Decimal 201 7 219 0.08 0.97 0 0.14 294.91 0.94 0.44
Hex C9 7 DB 8 61 0 E 127 5E 2C
Octal 311 7 333 10 141 0 16 447 136 54
Binary 11001001 111 11011011 1000 1100001 0 1110 100100111 1011110 101100

Color Harmonies of #C907DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C907DB

Black with #C907DB

Text Example


Text Example

White with #C907DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C907DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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