Html Css Color HEX #C949B6 Fuchsia

📋 copy color: '#C949B6'

red 201 ◦ green 73 ◦ blue 182

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

Shades of Fuchsia #C949B6

Tints of Fuchsia #C949B6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.01%

 BLUE value IS 182 (71.48% from 255) = 39.91%

R = 44.08%
G = 16.01%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C949B6 (or 0xC949B6) is known color: Fuchsia. HEX triplet: C9, 49 and B6. RGB value is (201,73,182). Sum of RGB (Red+Green+Blue) = 201+73+182=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C949B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949B6 is #36B649. Grayscale: #7B7B7B. Windows color (decimal): -3585610 or 11946441. OLE color: 11946441.

HSL color Cylindrical-coordinate representation of color #C949B6: hue angle of 308.91º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C949B6 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 182 -
CMYK 0 0.64 0.09 0.21
HSL 308.91º 0.54% 0.54% -
HSV(B) 308.91º 0.64% 0.79% -
XYZ 34.91 20.56 46.38 -
YUV 123.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 201 73 182 0 0.64 0.09 0.21 308.91 0.54 0.54
Hex C9 49 B6 0 40 9 15 135 36 36
Octal 311 111 266 0 100 11 25 465 66 66
Binary 11001001 1001001 10110110 0 1000000 1001 10101 100110101 110110 110110

Color Harmonies of #C949B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949B6

Black with #C949B6

Text Example


Text Example

White with #C949B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949B6; }

 p { color: rgb(201,73,182); }

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

background-color css

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

 a { background-color: rgb(201,73,182); }

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

border-color css

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

 span { border-color: rgb(201,73,182); }

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