Html Css Color HEX #C908CD Deep Magenta

📋 copy color: '#C908CD'

red 201 ◦ green 8 ◦ blue 205

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

Shades of Deep Magenta #C908CD

Tints of Deep Magenta #C908CD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.93%

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

R = 48.55%
G = 1.93%
B = 49.52%

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

#C908CD (or 0xC908CD) is known color: Deep Magenta. HEX triplet: C9, 08 and CD. RGB value is (201,8,205). Sum of RGB (Red+Green+Blue) = 201+8+205=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #C908CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908CD is #36F732. Grayscale: #575757. Windows color (decimal): -3602227 or 13437129. OLE color: 13437129.

HSL color Cylindrical-coordinate representation of color #C908CD: 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 #C908CD is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 8 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.19 17 59.18 -
YUV 88.17 193.94 208.48 -
System Red Green Blue C M Y K H S L
Decimal 201 8 205 0.02 0.96 0 0.20 298.78 0.92 0.42
Hex C9 8 CD 2 60 0 14 12B 5C 2A
Octal 311 10 315 2 140 0 24 453 134 52
Binary 11001001 1000 11001101 10 1100000 0 10100 100101011 1011100 101010

Color Harmonies of #C908CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908CD

Black with #C908CD

Text Example


Text Example

White with #C908CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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