Html Css Color HEX #C925CD Deep Magenta

📋 copy color: '#C925CD'

red 201 ◦ green 37 ◦ blue 205

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

Shades of Deep Magenta #C925CD

Tints of Deep Magenta #C925CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 45.37%
G = 8.35%
B = 46.28%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C925CD (or 0xC925CD) is known color: Deep Magenta. HEX triplet: C9, 25 and CD. RGB value is (201,37,205). Sum of RGB (Red+Green+Blue) = 201+37+205=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #C925CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925CD is #36DA32. Grayscale: #686868. Windows color (decimal): -3594803 or 13444553. OLE color: 13444553.

HSL color Cylindrical-coordinate representation of color #C925CD: hue angle of 298.57º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C925CD is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 37 205 -
CMYK 0.02 0.82 0 0.20
HSL 298.57º 0.69% 0.47% -
HSV(B) 298.57º 0.82% 0.8% -
XYZ 35.77 18.15 59.38 -
YUV 105.19 184.33 196.34 -
System Red Green Blue C M Y K H S L
Decimal 201 37 205 0.02 0.82 0 0.20 298.57 0.69 0.47
Hex C9 25 CD 2 52 0 14 12B 45 2F
Octal 311 45 315 2 122 0 24 453 105 57
Binary 11001001 100101 11001101 10 1010010 0 10100 100101011 1000101 101111

Color Harmonies of #C925CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925CD

Black with #C925CD

Text Example


Text Example

White with #C925CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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