Html Css Color HEX #C909CD Deep Magenta

📋 copy color: '#C909CD'

red 201 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #C909CD

Tints of Deep Magenta #C909CD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.17%

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

R = 48.43%
G = 2.17%
B = 49.4%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C909CD (or 0xC909CD) is known color: Deep Magenta. HEX triplet: C9, 09 and CD. RGB value is (201,9,205). Sum of RGB (Red+Green+Blue) = 201+9+205=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #C909CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C909CD is #36F632. Grayscale: #585858. Windows color (decimal): -3601971 or 13437385. OLE color: 13437385.

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

Color convert

RGB 201 9 205 -
CMYK 0.02 0.96 0 0.20
HSL 298.78º 0.92% 0.42% -
HSV(B) 298.78º 0.96% 0.8% -
XYZ 35.2 17.02 59.19 -
YUV 88.75 193.61 208.06 -
System Red Green Blue C M Y K H S L
Decimal 201 9 205 0.02 0.96 0 0.20 298.78 0.92 0.42
Hex C9 9 CD 2 60 0 14 12B 5C 2A
Octal 311 11 315 2 140 0 24 453 134 52
Binary 11001001 1001 11001101 10 1100000 0 10100 100101011 1011100 101010

Color Harmonies of #C909CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C909CD

Black with #C909CD

Text Example


Text Example

White with #C909CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C909CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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