Html Css Color HEX #C948B0 Fuchsia

📋 copy color: '#C948B0'

red 201 ◦ green 72 ◦ blue 176

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

Shades of Fuchsia #C948B0

Tints of Fuchsia #C948B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.2%

R = 44.77%
G = 16.04%
B = 39.2%

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

#C948B0 (or 0xC948B0) is known color: Fuchsia. HEX triplet: C9, 48 and B0. RGB value is (201,72,176). Sum of RGB (Red+Green+Blue) = 201+72+176=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C948B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C948B0 is #36B74F. Grayscale: #7A7A7A. Windows color (decimal): -3585872 or 11552969. OLE color: 11552969.

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

Color convert

RGB 201 72 176 -
CMYK 0 0.64 0.12 0.21
HSL 311.63º 0.54% 0.54% -
HSV(B) 311.63º 0.64% 0.79% -
XYZ 34.24 20.19 43.17 -
YUV 122.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 201 72 176 0 0.64 0.12 0.21 311.63 0.54 0.54
Hex C9 48 B0 0 40 C 15 138 36 36
Octal 311 110 260 0 100 14 25 470 66 66
Binary 11001001 1001000 10110000 0 1000000 1100 10101 100111000 110110 110110

Color Harmonies of #C948B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948B0

Black with #C948B0

Text Example


Text Example

White with #C948B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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