Html Css Color HEX #C910C4 Deep Magenta

📋 copy color: '#C910C4'

red 201 ◦ green 16 ◦ blue 196

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

Shades of Deep Magenta #C910C4

Tints of Deep Magenta #C910C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.46%

R = 48.67%
G = 3.87%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C910C4 (or 0xC910C4) is known color: Deep Magenta. HEX triplet: C9, 10 and C4. RGB value is (201,16,196). Sum of RGB (Red+Green+Blue) = 201+16+196=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C910C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910C4 is #36EF3B. Grayscale: #5B5B5B. Windows color (decimal): -3600188 or 12849353. OLE color: 12849353.

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

Color convert

RGB 201 16 196 -
CMYK 0 0.92 0.02 0.21
HSL 301.62º 0.85% 0.43% -
HSV(B) 301.62º 0.92% 0.79% -
XYZ 34.24 16.77 53.66 -
YUV 91.84 186.79 205.86 -
System Red Green Blue C M Y K H S L
Decimal 201 16 196 0 0.92 0.02 0.21 301.62 0.85 0.43
Hex C9 10 C4 0 5C 2 15 12E 55 2B
Octal 311 20 304 0 134 2 25 456 125 53
Binary 11001001 10000 11000100 0 1011100 10 10101 100101110 1010101 101011

Color Harmonies of #C910C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910C4

Black with #C910C4

Text Example


Text Example

White with #C910C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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