Html Css Color HEX #C948B3 Fuchsia

📋 copy color: '#C948B3'

red 201 ◦ green 72 ◦ blue 179

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

Shades of Fuchsia #C948B3

Tints of Fuchsia #C948B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.6%

R = 44.47%
G = 15.93%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C948B3 (or 0xC948B3) is known color: Fuchsia. HEX triplet: C9, 48 and B3. RGB value is (201,72,179). Sum of RGB (Red+Green+Blue) = 201+72+179=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C948B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948B3 is #36B74C. Grayscale: #7A7A7A. Windows color (decimal): -3585869 or 11749577. OLE color: 11749577.

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

Color convert

RGB 201 72 179 -
CMYK 0 0.64 0.11 0.21
HSL 310.23º 0.54% 0.54% -
HSV(B) 310.23º 0.64% 0.79% -
XYZ 34.54 20.31 44.75 -
YUV 122.77 159.74 183.8 -
System Red Green Blue C M Y K H S L
Decimal 201 72 179 0 0.64 0.11 0.21 310.23 0.54 0.54
Hex C9 48 B3 0 40 B 15 136 36 36
Octal 311 110 263 0 100 13 25 466 66 66
Binary 11001001 1001000 10110011 0 1000000 1011 10101 100110110 110110 110110

Color Harmonies of #C948B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948B3

Black with #C948B3

Text Example


Text Example

White with #C948B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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