Html Css Color HEX #C925DE Deep Magenta

📋 copy color: '#C925DE'

red 201 ◦ green 37 ◦ blue 222

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

Shades of Deep Magenta #C925DE

Tints of Deep Magenta #C925DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 43.7%
G = 8.04%
B = 48.26%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C925DE (or 0xC925DE) is known color: Deep Magenta. HEX triplet: C9, 25 and DE. RGB value is (201,37,222). Sum of RGB (Red+Green+Blue) = 201+37+222=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #C925DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925DE is #36DA21. Grayscale: #6A6A6A. Windows color (decimal): -3594786 or 14558665. OLE color: 14558665.

HSL color Cylindrical-coordinate representation of color #C925DE: hue angle of 293.19º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C925DE is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 37 222 -
CMYK 0.09 0.83 0 0.13
HSL 293.19º 0.74% 0.51% -
HSV(B) 293.19º 0.83% 0.87% -
XYZ 37.93 19.01 70.78 -
YUV 107.13 192.83 194.96 -
System Red Green Blue C M Y K H S L
Decimal 201 37 222 0.09 0.83 0 0.13 293.19 0.74 0.51
Hex C9 25 DE 9 53 0 D 125 4A 33
Octal 311 45 336 11 123 0 15 445 112 63
Binary 11001001 100101 11011110 1001 1010011 0 1101 100100101 1001010 110011

Color Harmonies of #C925DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925DE

Black with #C925DE

Text Example


Text Example

White with #C925DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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