Html Css Color HEX #C93FAB Fuchsia

📋 copy color: '#C93FAB'

red 201 ◦ green 63 ◦ blue 171

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

Shades of Fuchsia #C93FAB

Tints of Fuchsia #C93FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 46.21%
G = 14.48%
B = 39.31%

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

#C93FAB (or 0xC93FAB) is known color: Fuchsia. HEX triplet: C9, 3F and AB. RGB value is (201,63,171). Sum of RGB (Red+Green+Blue) = 201+63+171=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93FAB is #36C054. Grayscale: #747474. Windows color (decimal): -3588181 or 11222985. OLE color: 11222985.

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

Color convert

RGB 201 63 171 -
CMYK 0 0.69 0.15 0.21
HSL 313.04º 0.56% 0.52% -
HSV(B) 313.04º 0.69% 0.79% -
XYZ 33.22 18.91 40.43 -
YUV 116.57 158.72 188.22 -
System Red Green Blue C M Y K H S L
Decimal 201 63 171 0 0.69 0.15 0.21 313.04 0.56 0.52
Hex C9 3F AB 0 45 F 15 139 38 34
Octal 311 77 253 0 105 17 25 471 70 64
Binary 11001001 111111 10101011 0 1000101 1111 10101 100111001 111000 110100

Color Harmonies of #C93FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FAB

Black with #C93FAB

Text Example


Text Example

White with #C93FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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