Html Css Color HEX #C908C5 Deep Magenta

📋 copy color: '#C908C5'

red 201 ◦ green 8 ◦ blue 197

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

Shades of Deep Magenta #C908C5

Tints of Deep Magenta #C908C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.52%

R = 49.51%
G = 1.97%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C908C5 (or 0xC908C5) is known color: Deep Magenta. HEX triplet: C9, 08 and C5. RGB value is (201,8,197). Sum of RGB (Red+Green+Blue) = 201+8+197=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C908C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908C5 is #36F73A. Grayscale: #565656. Windows color (decimal): -3602235 or 12912841. OLE color: 12912841.

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

Color convert

RGB 201 8 197 -
CMYK 0 0.96 0.02 0.21
HSL 301.24º 0.92% 0.41% -
HSV(B) 301.24º 0.96% 0.79% -
XYZ 34.25 16.62 54.23 -
YUV 87.25 189.94 209.13 -
System Red Green Blue C M Y K H S L
Decimal 201 8 197 0 0.96 0.02 0.21 301.24 0.92 0.41
Hex C9 8 C5 0 60 2 15 12D 5C 29
Octal 311 10 305 0 140 2 25 455 134 51
Binary 11001001 1000 11000101 0 1100000 10 10101 100101101 1011100 101001

Color Harmonies of #C908C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908C5

Black with #C908C5

Text Example


Text Example

White with #C908C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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