Html Css Color HEX #C925DF Deep Magenta

📋 copy color: '#C925DF'

red 201 ◦ green 37 ◦ blue 223

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

Shades of Deep Magenta #C925DF

Tints of Deep Magenta #C925DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 43.6%
G = 8.03%
B = 48.37%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C925DF (or 0xC925DF) is known color: Deep Magenta. HEX triplet: C9, 25 and DF. RGB value is (201,37,223). Sum of RGB (Red+Green+Blue) = 201+37+223=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #C925DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925DF is #36DA20. Grayscale: #6A6A6A. Windows color (decimal): -3594785 or 14624201. OLE color: 14624201.

HSL color Cylindrical-coordinate representation of color #C925DF: hue angle of 292.9º 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 #C925DF is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 37 223 -
CMYK 0.10 0.83 0 0.13
HSL 292.9º 0.74% 0.51% -
HSV(B) 292.9º 0.83% 0.87% -
XYZ 38.07 19.07 71.49 -
YUV 107.24 193.33 194.88 -
System Red Green Blue C M Y K H S L
Decimal 201 37 223 0.10 0.83 0 0.13 292.9 0.74 0.51
Hex C9 25 DF A 53 0 D 125 4A 33
Octal 311 45 337 12 123 0 15 445 112 63
Binary 11001001 100101 11011111 1010 1010011 0 1101 100100101 1001010 110011

Color Harmonies of #C925DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925DF

Black with #C925DF

Text Example


Text Example

White with #C925DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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