Html Css Color HEX #C948B1 Fuchsia

📋 copy color: '#C948B1'

red 201 ◦ green 72 ◦ blue 177

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

Shades of Fuchsia #C948B1

Tints of Fuchsia #C948B1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16%

 BLUE value IS 177 (69.53% from 255) = 39.33%

R = 44.67%
G = 16%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C948B1 (or 0xC948B1) is known color: Fuchsia. HEX triplet: C9, 48 and B1. RGB value is (201,72,177). Sum of RGB (Red+Green+Blue) = 201+72+177=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C948B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C948B1 is #36B74E. Grayscale: #7A7A7A. Windows color (decimal): -3585871 or 11618505. OLE color: 11618505.

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

Color convert

RGB 201 72 177 -
CMYK 0 0.64 0.12 0.21
HSL 311.16º 0.54% 0.54% -
HSV(B) 311.16º 0.64% 0.79% -
XYZ 34.34 20.23 43.69 -
YUV 122.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 201 72 177 0 0.64 0.12 0.21 311.16 0.54 0.54
Hex C9 48 B1 0 40 C 15 137 36 36
Octal 311 110 261 0 100 14 25 467 66 66
Binary 11001001 1001000 10110001 0 1000000 1100 10101 100110111 110110 110110

Color Harmonies of #C948B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948B1

Black with #C948B1

Text Example


Text Example

White with #C948B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948B1; }

 p { color: rgb(201,72,177); }

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

background-color css

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

 a { background-color: rgb(201,72,177); }

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

border-color css

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

 span { border-color: rgb(201,72,177); }

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