Html Css Color HEX #C93EAA Fuchsia

📋 copy color: '#C93EAA'

red 201 ◦ green 62 ◦ blue 170

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

Shades of Fuchsia #C93EAA

Tints of Fuchsia #C93EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 46.42%
G = 14.32%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C93EAA (or 0xC93EAA) is known color: Fuchsia. HEX triplet: C9, 3E and AA. RGB value is (201,62,170). Sum of RGB (Red+Green+Blue) = 201+62+170=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EAA is #36C155. Grayscale: #737373. Windows color (decimal): -3588438 or 11157193. OLE color: 11157193.

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

Color convert

RGB 201 62 170 -
CMYK 0 0.69 0.15 0.21
HSL 313.38º 0.56% 0.52% -
HSV(B) 313.38º 0.69% 0.79% -
XYZ 33.07 18.77 39.91 -
YUV 115.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 201 62 170 0 0.69 0.15 0.21 313.38 0.56 0.52
Hex C9 3E AA 0 45 F 15 139 38 34
Octal 311 76 252 0 105 17 25 471 70 64
Binary 11001001 111110 10101010 0 1000101 1111 10101 100111001 111000 110100

Color Harmonies of #C93EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EAA

Black with #C93EAA

Text Example


Text Example

White with #C93EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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