Html Css Color HEX #C925E1 Deep Magenta

📋 copy color: '#C925E1'

red 201 ◦ green 37 ◦ blue 225

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

Shades of Deep Magenta #C925E1

Tints of Deep Magenta #C925E1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.99%

 BLUE value IS 225 (88.28% from 255) = 48.6%

R = 43.41%
G = 7.99%
B = 48.6%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C925E1 (or 0xC925E1) is known color: Deep Magenta. HEX triplet: C9, 25 and E1. RGB value is (201,37,225). Sum of RGB (Red+Green+Blue) = 201+37+225=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #C925E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925E1 is #36DA1E. Grayscale: #6A6A6A. Windows color (decimal): -3594783 or 14755273. OLE color: 14755273.

HSL color Cylindrical-coordinate representation of color #C925E1: hue angle of 292.34º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C925E1 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 37 225 -
CMYK 0.11 0.84 0 0.12
HSL 292.34º 0.76% 0.51% -
HSV(B) 292.34º 0.84% 0.88% -
XYZ 38.34 19.18 72.91 -
YUV 107.47 194.33 194.71 -
System Red Green Blue C M Y K H S L
Decimal 201 37 225 0.11 0.84 0 0.12 292.34 0.76 0.51
Hex C9 25 E1 B 54 0 C 124 4C 33
Octal 311 45 341 13 124 0 14 444 114 63
Binary 11001001 100101 11100001 1011 1010100 0 1100 100100100 1001100 110011

Color Harmonies of #C925E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925E1

Black with #C925E1

Text Example


Text Example

White with #C925E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925E1; }

 p { color: rgb(201,37,225); }

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

background-color css

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

 a { background-color: rgb(201,37,225); }

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

border-color css

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

 span { border-color: rgb(201,37,225); }

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