Html Css Color HEX #C949B5 Fuchsia

📋 copy color: '#C949B5'

red 201 ◦ green 73 ◦ blue 181

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

Shades of Fuchsia #C949B5

Tints of Fuchsia #C949B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.78%

R = 44.18%
G = 16.04%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C949B5 (or 0xC949B5) is known color: Fuchsia. HEX triplet: C9, 49 and B5. RGB value is (201,73,181). Sum of RGB (Red+Green+Blue) = 201+73+181=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C949B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949B5 is #36B64A. Grayscale: #7B7B7B. Windows color (decimal): -3585611 or 11880905. OLE color: 11880905.

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

Color convert

RGB 201 73 181 -
CMYK 0 0.64 0.10 0.21
HSL 309.38º 0.54% 0.54% -
HSV(B) 309.38º 0.64% 0.79% -
XYZ 34.81 20.52 45.84 -
YUV 123.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 201 73 181 0 0.64 0.10 0.21 309.38 0.54 0.54
Hex C9 49 B5 0 40 A 15 135 36 36
Octal 311 111 265 0 100 12 25 465 66 66
Binary 11001001 1001001 10110101 0 1000000 1010 10101 100110101 110110 110110

Color Harmonies of #C949B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949B5

Black with #C949B5

Text Example


Text Example

White with #C949B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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