Html Css Color HEX #C93EAD Fuchsia

📋 copy color: '#C93EAD'

red 201 ◦ green 62 ◦ blue 173

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

Shades of Fuchsia #C93EAD

Tints of Fuchsia #C93EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 46.1%
G = 14.22%
B = 39.68%

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

#C93EAD (or 0xC93EAD) is known color: Fuchsia. HEX triplet: C9, 3E and AD. RGB value is (201,62,173). Sum of RGB (Red+Green+Blue) = 201+62+173=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EAD is #36C152. Grayscale: #737373. Windows color (decimal): -3588435 or 11353801. OLE color: 11353801.

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

Color convert

RGB 201 62 173 -
CMYK 0 0.69 0.14 0.21
HSL 312.09º 0.56% 0.52% -
HSV(B) 312.09º 0.69% 0.79% -
XYZ 33.35 18.88 41.42 -
YUV 116.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 201 62 173 0 0.69 0.14 0.21 312.09 0.56 0.52
Hex C9 3E AD 0 45 E 15 138 38 34
Octal 311 76 255 0 105 16 25 470 70 64
Binary 11001001 111110 10101101 0 1000101 1110 10101 100111000 111000 110100

Color Harmonies of #C93EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EAD

Black with #C93EAD

Text Example


Text Example

White with #C93EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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