Html Css Color HEX #C929CD Deep Magenta

📋 copy color: '#C929CD'

red 201 ◦ green 41 ◦ blue 205

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

Shades of Deep Magenta #C929CD

Tints of Deep Magenta #C929CD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.17%

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

R = 44.97%
G = 9.17%
B = 45.86%

CMYK

 C value IS 0.02

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C929CD (or 0xC929CD) is known color: Deep Magenta. HEX triplet: C9, 29 and CD. RGB value is (201,41,205). Sum of RGB (Red+Green+Blue) = 201+41+205=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #C929CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929CD is #36D632. Grayscale: #6B6B6B. Windows color (decimal): -3593779 or 13445577. OLE color: 13445577.

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

Color convert

RGB 201 41 205 -
CMYK 0.02 0.8 0 0.20
HSL 298.54º 0.67% 0.48% -
HSV(B) 298.54º 0.8% 0.8% -
XYZ 35.9 18.41 59.42 -
YUV 107.54 183.01 194.66 -
System Red Green Blue C M Y K H S L
Decimal 201 41 205 0.02 0.8 0 0.20 298.54 0.67 0.48
Hex C9 29 CD 2 50 0 14 12B 43 30
Octal 311 51 315 2 120 0 24 453 103 60
Binary 11001001 101001 11001101 10 1010000 0 10100 100101011 1000011 110000

Color Harmonies of #C929CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929CD

Black with #C929CD

Text Example


Text Example

White with #C929CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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