Html Css Color HEX #C908DD Deep Magenta

📋 copy color: '#C908DD'

red 201 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #C908DD

Tints of Deep Magenta #C908DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 46.74%
G = 1.86%
B = 51.4%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C908DD (or 0xC908DD) is known color: Deep Magenta. HEX triplet: C9, 08 and DD. RGB value is (201,8,221). Sum of RGB (Red+Green+Blue) = 201+8+221=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #C908DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908DD is #36F722. Grayscale: #595959. Windows color (decimal): -3602211 or 14485705. OLE color: 14485705.

HSL color Cylindrical-coordinate representation of color #C908DD: hue angle of 294.37º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908DD is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 8 221 -
CMYK 0.09 0.96 0 0.13
HSL 294.37º 0.93% 0.45% -
HSV(B) 294.37º 0.96% 0.87% -
XYZ 37.23 17.81 69.88 -
YUV 89.99 201.94 207.18 -
System Red Green Blue C M Y K H S L
Decimal 201 8 221 0.09 0.96 0 0.13 294.37 0.93 0.45
Hex C9 8 DD 9 60 0 D 126 5D 2D
Octal 311 10 335 11 140 0 15 446 135 55
Binary 11001001 1000 11011101 1001 1100000 0 1101 100100110 1011101 101101

Color Harmonies of #C908DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908DD

Black with #C908DD

Text Example


Text Example

White with #C908DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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