Html Css Color HEX #C925DC Deep Magenta

📋 copy color: '#C925DC'

red 201 ◦ green 37 ◦ blue 220

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

Shades of Deep Magenta #C925DC

Tints of Deep Magenta #C925DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 43.89%
G = 8.08%
B = 48.03%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C925DC (or 0xC925DC) is known color: Deep Magenta. HEX triplet: C9, 25 and DC. RGB value is (201,37,220). Sum of RGB (Red+Green+Blue) = 201+37+220=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #C925DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925DC is #36DA23. Grayscale: #6A6A6A. Windows color (decimal): -3594788 or 14427593. OLE color: 14427593.

HSL color Cylindrical-coordinate representation of color #C925DC: hue angle of 293.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C925DC is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 37 220 -
CMYK 0.09 0.83 0 0.14
HSL 293.77º 0.72% 0.5% -
HSV(B) 293.77º 0.83% 0.86% -
XYZ 37.67 18.91 69.37 -
YUV 106.9 191.83 195.12 -
System Red Green Blue C M Y K H S L
Decimal 201 37 220 0.09 0.83 0 0.14 293.77 0.72 0.5
Hex C9 25 DC 9 53 0 E 126 48 32
Octal 311 45 334 11 123 0 16 446 110 62
Binary 11001001 100101 11011100 1001 1010011 0 1110 100100110 1001000 110010

Color Harmonies of #C925DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925DC

Black with #C925DC

Text Example


Text Example

White with #C925DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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