Html Css Color HEX #C905DB Deep Magenta

📋 copy color: '#C905DB'

red 201 ◦ green 5 ◦ blue 219

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

Shades of Deep Magenta #C905DB

Tints of Deep Magenta #C905DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

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

R = 47.29%
G = 1.18%
B = 51.53%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C905DB (or 0xC905DB) is known color: Deep Magenta. HEX triplet: C9, 05 and DB. RGB value is (201,5,219). Sum of RGB (Red+Green+Blue) = 201+5+219=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #C905DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905DB is #36FA24. Grayscale: #575757. Windows color (decimal): -3602981 or 14353865. OLE color: 14353865.

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

Color convert

RGB 201 5 219 -
CMYK 0.08 0.98 0 0.14
HSL 294.95º 0.96% 0.44% -
HSV(B) 294.95º 0.98% 0.86% -
XYZ 36.93 17.64 68.48 -
YUV 88 201.93 208.6 -
System Red Green Blue C M Y K H S L
Decimal 201 5 219 0.08 0.98 0 0.14 294.95 0.96 0.44
Hex C9 5 DB 8 62 0 E 127 60 2C
Octal 311 5 333 10 142 0 16 447 140 54
Binary 11001001 101 11011011 1000 1100010 0 1110 100100111 1100000 101100

Color Harmonies of #C905DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C905DB

Black with #C905DB

Text Example


Text Example

White with #C905DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C905DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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