Html Css Color HEX #C925E2 Deep Magenta

📋 copy color: '#C925E2'

red 201 ◦ green 37 ◦ blue 226

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

Shades of Deep Magenta #C925E2

Tints of Deep Magenta #C925E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.71%

R = 43.32%
G = 7.97%
B = 48.71%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C925E2 (or 0xC925E2) is known color: Deep Magenta. HEX triplet: C9, 25 and E2. RGB value is (201,37,226). Sum of RGB (Red+Green+Blue) = 201+37+226=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 226 (88.67% from 255 or 48.71% from 464); Max value from RGB is 226 - color contains mainly: blue. Hex color #C925E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925E2 is #36DA1D. Grayscale: #6A6A6A. Windows color (decimal): -3594782 or 14820809. OLE color: 14820809.

HSL color Cylindrical-coordinate representation of color #C925E2: hue angle of 292.06º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C925E2 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 37 226 -
CMYK 0.11 0.84 0 0.11
HSL 292.06º 0.77% 0.52% -
HSV(B) 292.06º 0.84% 0.89% -
XYZ 38.48 19.23 73.64 -
YUV 107.58 194.83 194.63 -
System Red Green Blue C M Y K H S L
Decimal 201 37 226 0.11 0.84 0 0.11 292.06 0.77 0.52
Hex C9 25 E2 B 54 0 B 124 4D 34
Octal 311 45 342 13 124 0 13 444 115 64
Binary 11001001 100101 11100010 1011 1010100 0 1011 100100100 1001101 110100

Color Harmonies of #C925E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925E2

Black with #C925E2

Text Example


Text Example

White with #C925E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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