Html Css Color HEX #C908BE Deep Magenta

📋 copy color: '#C908BE'

red 201 ◦ green 8 ◦ blue 190

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

Shades of Deep Magenta #C908BE

Tints of Deep Magenta #C908BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 50.38%
G = 2.01%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C908BE (or 0xC908BE) is known color: Deep Magenta. HEX triplet: C9, 08 and BE. RGB value is (201,8,190). Sum of RGB (Red+Green+Blue) = 201+8+190=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C908BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908BE is #36F741. Grayscale: #555555. Windows color (decimal): -3602242 or 12454089. OLE color: 12454089.

HSL color Cylindrical-coordinate representation of color #C908BE: hue angle of 303.42º 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 #C908BE is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 190 -
CMYK 0 0.96 0.05 0.21
HSL 303.42º 0.92% 0.41% -
HSV(B) 303.42º 0.96% 0.79% -
XYZ 33.47 16.31 50.1 -
YUV 86.46 186.44 209.7 -
System Red Green Blue C M Y K H S L
Decimal 201 8 190 0 0.96 0.05 0.21 303.42 0.92 0.41
Hex C9 8 BE 0 60 5 15 12F 5C 29
Octal 311 10 276 0 140 5 25 457 134 51
Binary 11001001 1000 10111110 0 1100000 101 10101 100101111 1011100 101001

Color Harmonies of #C908BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908BE

Black with #C908BE

Text Example


Text Example

White with #C908BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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