Html Css Color HEX #C910CD Deep Magenta

📋 copy color: '#C910CD'

red 201 ◦ green 16 ◦ blue 205

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

Shades of Deep Magenta #C910CD

Tints of Deep Magenta #C910CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 47.63%
G = 3.79%
B = 48.58%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C910CD (or 0xC910CD) is known color: Deep Magenta. HEX triplet: C9, 10 and CD. RGB value is (201,16,205). Sum of RGB (Red+Green+Blue) = 201+16+205=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #C910CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910CD is #36EF32. Grayscale: #5C5C5C. Windows color (decimal): -3600179 or 13439177. OLE color: 13439177.

HSL color Cylindrical-coordinate representation of color #C910CD: hue angle of 298.73º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C910CD is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 16 205 -
CMYK 0.02 0.92 0 0.20
HSL 298.73º 0.86% 0.43% -
HSV(B) 298.73º 0.92% 0.8% -
XYZ 35.29 17.2 59.22 -
YUV 92.86 191.29 205.13 -
System Red Green Blue C M Y K H S L
Decimal 201 16 205 0.02 0.92 0 0.20 298.73 0.86 0.43
Hex C9 10 CD 2 5C 0 14 12B 56 2B
Octal 311 20 315 2 134 0 24 453 126 53
Binary 11001001 10000 11001101 10 1011100 0 10100 100101011 1010110 101011

Color Harmonies of #C910CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910CD

Black with #C910CD

Text Example


Text Example

White with #C910CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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