Html Css Color HEX #C93EAC Fuchsia

📋 copy color: '#C93EAC'

red 201 ◦ green 62 ◦ blue 172

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

Shades of Fuchsia #C93EAC

Tints of Fuchsia #C93EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.25%

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

R = 46.21%
G = 14.25%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C93EAC (or 0xC93EAC) is known color: Fuchsia. HEX triplet: C9, 3E and AC. RGB value is (201,62,172). Sum of RGB (Red+Green+Blue) = 201+62+172=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EAC is #36C153. Grayscale: #737373. Windows color (decimal): -3588436 or 11288265. OLE color: 11288265.

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

Color convert

RGB 201 62 172 -
CMYK 0 0.69 0.14 0.21
HSL 312.52º 0.56% 0.52% -
HSV(B) 312.52º 0.69% 0.79% -
XYZ 33.26 18.84 40.91 -
YUV 116.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 201 62 172 0 0.69 0.14 0.21 312.52 0.56 0.52
Hex C9 3E AC 0 45 E 15 139 38 34
Octal 311 76 254 0 105 16 25 471 70 64
Binary 11001001 111110 10101100 0 1000101 1110 10101 100111001 111000 110100

Color Harmonies of #C93EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EAC

Black with #C93EAC

Text Example


Text Example

White with #C93EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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