Html Css Color HEX #C938AC Fuchsia

📋 copy color: '#C938AC'

red 201 ◦ green 56 ◦ blue 172

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

Shades of Fuchsia #C938AC

Tints of Fuchsia #C938AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.05%

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 46.85%
G = 13.05%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C938AC (or 0xC938AC) is known color: Fuchsia. HEX triplet: C9, 38 and AC. RGB value is (201,56,172). Sum of RGB (Red+Green+Blue) = 201+56+172=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C938AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C938AC is #36C753. Grayscale: #707070. Windows color (decimal): -3589972 or 11286729. OLE color: 11286729.

HSL color Cylindrical-coordinate representation of color #C938AC: hue angle of 312º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C938AC is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 56 172 -
CMYK 0 0.72 0.14 0.21
HSL 312º 0.57% 0.5% -
HSV(B) 312º 0.72% 0.79% -
XYZ 32.95 18.22 40.81 -
YUV 112.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 201 56 172 0 0.72 0.14 0.21 312 0.57 0.5
Hex C9 38 AC 0 48 E 15 138 39 32
Octal 311 70 254 0 110 16 25 470 71 62
Binary 11001001 111000 10101100 0 1001000 1110 10101 100111000 111001 110010

Color Harmonies of #C938AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C938AC

Black with #C938AC

Text Example


Text Example

White with #C938AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C938AC; }

 p { color: rgb(201,56,172); }

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

background-color css

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

 a { background-color: rgb(201,56,172); }

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

border-color css

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

 span { border-color: rgb(201,56,172); }

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