Html Css Color HEX #C948BB Fuchsia

📋 copy color: '#C948BB'

red 201 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #C948BB

Tints of Fuchsia #C948BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 43.7%
G = 15.65%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C948BB (or 0xC948BB) is known color: Fuchsia. HEX triplet: C9, 48 and BB. RGB value is (201,72,187). Sum of RGB (Red+Green+Blue) = 201+72+187=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C948BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948BB is #36B744. Grayscale: #7B7B7B. Windows color (decimal): -3585861 or 12273865. OLE color: 12273865.

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

Color convert

RGB 201 72 187 -
CMYK 0 0.64 0.07 0.21
HSL 306.51º 0.54% 0.54% -
HSV(B) 306.51º 0.64% 0.79% -
XYZ 35.37 20.64 49.13 -
YUV 123.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 201 72 187 0 0.64 0.07 0.21 306.51 0.54 0.54
Hex C9 48 BB 0 40 7 15 133 36 36
Octal 311 110 273 0 100 7 25 463 66 66
Binary 11001001 1001000 10111011 0 1000000 111 10101 100110011 110110 110110

Color Harmonies of #C948BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948BB

Black with #C948BB

Text Example


Text Example

White with #C948BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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