Html Css Color HEX #C93CAC Fuchsia

📋 copy color: '#C93CAC'

red 201 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #C93CAC

Tints of Fuchsia #C93CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.86%

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

R = 46.42%
G = 13.86%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C93CAC (or 0xC93CAC) is known color: Fuchsia. HEX triplet: C9, 3C and AC. RGB value is (201,60,172). Sum of RGB (Red+Green+Blue) = 201+60+172=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93CAC is #36C353. Grayscale: #727272. Windows color (decimal): -3588948 or 11287753. OLE color: 11287753.

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

Color convert

RGB 201 60 172 -
CMYK 0 0.70 0.14 0.21
HSL 312.34º 0.57% 0.51% -
HSV(B) 312.34º 0.7% 0.79% -
XYZ 33.15 18.63 40.88 -
YUV 114.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 201 60 172 0 0.70 0.14 0.21 312.34 0.57 0.51
Hex C9 3C AC 0 46 E 15 138 39 33
Octal 311 74 254 0 106 16 25 470 71 63
Binary 11001001 111100 10101100 0 1000110 1110 10101 100111000 111001 110011

Color Harmonies of #C93CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CAC

Black with #C93CAC

Text Example


Text Example

White with #C93CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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