Html Css Color HEX #C910DA Deep Magenta

📋 copy color: '#C910DA'

red 201 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #C910DA

Tints of Deep Magenta #C910DA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.68%

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 46.21%
G = 3.68%
B = 50.11%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C910DA (or 0xC910DA) is known color: Deep Magenta. HEX triplet: C9, 10 and DA. RGB value is (201,16,218). Sum of RGB (Red+Green+Blue) = 201+16+218=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #C910DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910DA is #36EF25. Grayscale: #5D5D5D. Windows color (decimal): -3600166 or 14291145. OLE color: 14291145.

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

Color convert

RGB 201 16 218 -
CMYK 0.08 0.93 0 0.15
HSL 294.95º 0.86% 0.46% -
HSV(B) 294.95º 0.93% 0.85% -
XYZ 36.93 17.85 67.83 -
YUV 94.34 197.79 204.07 -
System Red Green Blue C M Y K H S L
Decimal 201 16 218 0.08 0.93 0 0.15 294.95 0.86 0.46
Hex C9 10 DA 8 5D 0 F 127 56 2E
Octal 311 20 332 10 135 0 17 447 126 56
Binary 11001001 10000 11011010 1000 1011101 0 1111 100100111 1010110 101110

Color Harmonies of #C910DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910DA

Black with #C910DA

Text Example


Text Example

White with #C910DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910DA; }

 p { color: rgb(201,16,218); }

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

background-color css

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

 a { background-color: rgb(201,16,218); }

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

border-color css

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

 span { border-color: rgb(201,16,218); }

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