Html Css Color HEX #C908B4 Deep Magenta

📋 copy color: '#C908B4'

red 201 ◦ green 8 ◦ blue 180

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

Shades of Deep Magenta #C908B4

Tints of Deep Magenta #C908B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.27%

R = 51.67%
G = 2.06%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C908B4 (or 0xC908B4) is known color: Deep Magenta. HEX triplet: C9, 08 and B4. RGB value is (201,8,180). Sum of RGB (Red+Green+Blue) = 201+8+180=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C908B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908B4 is #36F74B. Grayscale: #545454. Windows color (decimal): -3602252 or 11798729. OLE color: 11798729.

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

Color convert

RGB 201 8 180 -
CMYK 0 0.96 0.10 0.21
HSL 306.53º 0.92% 0.41% -
HSV(B) 306.53º 0.96% 0.79% -
XYZ 32.41 15.89 44.54 -
YUV 85.32 181.44 210.51 -
System Red Green Blue C M Y K H S L
Decimal 201 8 180 0 0.96 0.10 0.21 306.53 0.92 0.41
Hex C9 8 B4 0 60 A 15 133 5C 29
Octal 311 10 264 0 140 12 25 463 134 51
Binary 11001001 1000 10110100 0 1100000 1010 10101 100110011 1011100 101001

Color Harmonies of #C908B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908B4

Black with #C908B4

Text Example


Text Example

White with #C908B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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