Html Css Color HEX #C93FAE Fuchsia

📋 copy color: '#C93FAE'

red 201 ◦ green 63 ◦ blue 174

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

Shades of Fuchsia #C93FAE

Tints of Fuchsia #C93FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.38%

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 45.89%
G = 14.38%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C93FAE (or 0xC93FAE) is known color: Fuchsia. HEX triplet: C9, 3F and AE. RGB value is (201,63,174). Sum of RGB (Red+Green+Blue) = 201+63+174=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93FAE is #36C051. Grayscale: #747474. Windows color (decimal): -3588178 or 11419593. OLE color: 11419593.

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

Color convert

RGB 201 63 174 -
CMYK 0 0.69 0.13 0.21
HSL 311.74º 0.56% 0.52% -
HSV(B) 311.74º 0.69% 0.79% -
XYZ 33.5 19.03 41.95 -
YUV 116.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 201 63 174 0 0.69 0.13 0.21 311.74 0.56 0.52
Hex C9 3F AE 0 45 D 15 138 38 34
Octal 311 77 256 0 105 15 25 470 70 64
Binary 11001001 111111 10101110 0 1000101 1101 10101 100111000 111000 110100

Color Harmonies of #C93FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FAE

Black with #C93FAE

Text Example


Text Example

White with #C93FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FAE; }

 p { color: rgb(201,63,174); }

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

background-color css

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

 a { background-color: rgb(201,63,174); }

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

border-color css

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

 span { border-color: rgb(201,63,174); }

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