Html Css Color HEX #C94DB8 Fuchsia

📋 copy color: '#C94DB8'

red 201 ◦ green 77 ◦ blue 184

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

Shades of Fuchsia #C94DB8

Tints of Fuchsia #C94DB8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.67%

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 43.51%
G = 16.67%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C94DB8 (or 0xC94DB8) is known color: Fuchsia. HEX triplet: C9, 4D and B8. RGB value is (201,77,184). Sum of RGB (Red+Green+Blue) = 201+77+184=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DB8 is #36B247. Grayscale: #7D7D7D. Windows color (decimal): -3584584 or 12078537. OLE color: 12078537.

HSL color Cylindrical-coordinate representation of color #C94DB8: hue angle of 308.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DB8 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 184 -
CMYK 0 0.62 0.08 0.21
HSL 308.23º 0.53% 0.55% -
HSV(B) 308.23º 0.62% 0.79% -
XYZ 35.39 21.19 47.57 -
YUV 126.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 201 77 184 0 0.62 0.08 0.21 308.23 0.53 0.55
Hex C9 4D B8 0 3E 8 15 134 35 37
Octal 311 115 270 0 76 10 25 464 65 67
Binary 11001001 1001101 10111000 0 111110 1000 10101 100110100 110101 110111

Color Harmonies of #C94DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DB8

Black with #C94DB8

Text Example


Text Example

White with #C94DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DB8; }

 p { color: rgb(201,77,184); }

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

background-color css

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

 a { background-color: rgb(201,77,184); }

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

border-color css

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

 span { border-color: rgb(201,77,184); }

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