Html Css Color HEX #C910CE Deep Magenta

📋 copy color: '#C910CE'

red 201 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #C910CE

Tints of Deep Magenta #C910CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 47.52%
G = 3.78%
B = 48.7%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C910CE (or 0xC910CE) is known color: Deep Magenta. HEX triplet: C9, 10 and CE. RGB value is (201,16,206). Sum of RGB (Red+Green+Blue) = 201+16+206=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #C910CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910CE is #36EF31. Grayscale: #5C5C5C. Windows color (decimal): -3600178 or 13504713. OLE color: 13504713.

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

Color convert

RGB 201 16 206 -
CMYK 0.02 0.92 0 0.19
HSL 298.42º 0.86% 0.44% -
HSV(B) 298.42º 0.92% 0.81% -
XYZ 35.41 17.24 59.85 -
YUV 92.98 191.79 205.05 -
System Red Green Blue C M Y K H S L
Decimal 201 16 206 0.02 0.92 0 0.19 298.42 0.86 0.44
Hex C9 10 CE 2 5C 0 13 12A 56 2C
Octal 311 20 316 2 134 0 23 452 126 54
Binary 11001001 10000 11001110 10 1011100 0 10011 100101010 1010110 101100

Color Harmonies of #C910CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910CE

Black with #C910CE

Text Example


Text Example

White with #C910CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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