Html Css Color HEX #C925DD Deep Magenta

📋 copy color: '#C925DD'

red 201 ◦ green 37 ◦ blue 221

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

Shades of Deep Magenta #C925DD

Tints of Deep Magenta #C925DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 43.79%
G = 8.06%
B = 48.15%

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

#C925DD (or 0xC925DD) is known color: Deep Magenta. HEX triplet: C9, 25 and DD. RGB value is (201,37,221). Sum of RGB (Red+Green+Blue) = 201+37+221=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #C925DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925DD is #36DA22. Grayscale: #6A6A6A. Windows color (decimal): -3594787 or 14493129. OLE color: 14493129.

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

Color convert

RGB 201 37 221 -
CMYK 0.09 0.83 0 0.13
HSL 293.48º 0.73% 0.51% -
HSV(B) 293.48º 0.83% 0.87% -
XYZ 37.8 18.96 70.07 -
YUV 107.01 192.33 195.04 -
System Red Green Blue C M Y K H S L
Decimal 201 37 221 0.09 0.83 0 0.13 293.48 0.73 0.51
Hex C9 25 DD 9 53 0 D 125 49 33
Octal 311 45 335 11 123 0 15 445 111 63
Binary 11001001 100101 11011101 1001 1010011 0 1101 100100101 1001001 110011

Color Harmonies of #C925DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925DD

Black with #C925DD

Text Example


Text Example

White with #C925DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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