Html Css Color HEX #C948AF Fuchsia

📋 copy color: '#C948AF'

red 201 ◦ green 72 ◦ blue 175

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

Shades of Fuchsia #C948AF

Tints of Fuchsia #C948AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 44.87%
G = 16.07%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C948AF (or 0xC948AF) is known color: Fuchsia. HEX triplet: C9, 48 and AF. RGB value is (201,72,175). Sum of RGB (Red+Green+Blue) = 201+72+175=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C948AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C948AF is #36B750. Grayscale: #7A7A7A. Windows color (decimal): -3585873 or 11487433. OLE color: 11487433.

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

Color convert

RGB 201 72 175 -
CMYK 0 0.64 0.13 0.21
HSL 312.09º 0.54% 0.54% -
HSV(B) 312.09º 0.64% 0.79% -
XYZ 34.14 20.15 42.65 -
YUV 122.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 201 72 175 0 0.64 0.13 0.21 312.09 0.54 0.54
Hex C9 48 AF 0 40 D 15 138 36 36
Octal 311 110 257 0 100 15 25 470 66 66
Binary 11001001 1001000 10101111 0 1000000 1101 10101 100111000 110110 110110

Color Harmonies of #C948AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948AF

Black with #C948AF

Text Example


Text Example

White with #C948AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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