Html Css Color HEX #C925DA Deep Magenta

📋 copy color: '#C925DA'

red 201 ◦ green 37 ◦ blue 218

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

Shades of Deep Magenta #C925DA

Tints of Deep Magenta #C925DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 44.08%
G = 8.11%
B = 47.81%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C925DA (or 0xC925DA) is known color: Deep Magenta. HEX triplet: C9, 25 and DA. RGB value is (201,37,218). Sum of RGB (Red+Green+Blue) = 201+37+218=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #C925DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925DA is #36DA25. Grayscale: #6A6A6A. Windows color (decimal): -3594790 or 14296521. OLE color: 14296521.

HSL color Cylindrical-coordinate representation of color #C925DA: hue angle of 294.36º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C925DA is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 37 218 -
CMYK 0.08 0.83 0 0.15
HSL 294.36º 0.71% 0.5% -
HSV(B) 294.36º 0.83% 0.85% -
XYZ 37.4 18.8 67.99 -
YUV 106.67 190.83 195.28 -
System Red Green Blue C M Y K H S L
Decimal 201 37 218 0.08 0.83 0 0.15 294.36 0.71 0.5
Hex C9 25 DA 8 53 0 F 126 47 32
Octal 311 45 332 10 123 0 17 446 107 62
Binary 11001001 100101 11011010 1000 1010011 0 1111 100100110 1000111 110010

Color Harmonies of #C925DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925DA

Black with #C925DA

Text Example


Text Example

White with #C925DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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