Html Css Color HEX #C924CD Deep Magenta

📋 copy color: '#C924CD'

red 201 ◦ green 36 ◦ blue 205

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

Shades of Deep Magenta #C924CD

Tints of Deep Magenta #C924CD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.14%

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

R = 45.48%
G = 8.14%
B = 46.38%

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

#C924CD (or 0xC924CD) is known color: Deep Magenta. HEX triplet: C9, 24 and CD. RGB value is (201,36,205). Sum of RGB (Red+Green+Blue) = 201+36+205=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #C924CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C924CD is #36DB32. Grayscale: #686868. Windows color (decimal): -3595059 or 13444297. OLE color: 13444297.

HSL color Cylindrical-coordinate representation of color #C924CD: hue angle of 298.58º degrees, saturation: 0.7, 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 #C924CD is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 36 205 -
CMYK 0.02 0.82 0 0.20
HSL 298.58º 0.7% 0.47% -
HSV(B) 298.58º 0.82% 0.8% -
XYZ 35.74 18.09 59.37 -
YUV 104.6 184.66 196.76 -
System Red Green Blue C M Y K H S L
Decimal 201 36 205 0.02 0.82 0 0.20 298.58 0.7 0.47
Hex C9 24 CD 2 52 0 14 12B 46 2F
Octal 311 44 315 2 122 0 24 453 106 57
Binary 11001001 100100 11001101 10 1010010 0 10100 100101011 1000110 101111

Color Harmonies of #C924CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C924CD

Black with #C924CD

Text Example


Text Example

White with #C924CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C924CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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