Html Css Color HEX #C93ABF Fuchsia

📋 copy color: '#C93ABF'

red 201 ◦ green 58 ◦ blue 191

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

Shades of Fuchsia #C93ABF

Tints of Fuchsia #C93ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.89%

 BLUE value IS 191 (75% from 255) = 42.44%

R = 44.67%
G = 12.89%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C93ABF (or 0xC93ABF) is known color: Fuchsia. HEX triplet: C9, 3A and BF. RGB value is (201,58,191). Sum of RGB (Red+Green+Blue) = 201+58+191=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C93ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ABF is #36C540. Grayscale: #737373. Windows color (decimal): -3589441 or 12532425. OLE color: 12532425.

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

Color convert

RGB 201 58 191 -
CMYK 0 0.71 0.05 0.21
HSL 304.2º 0.57% 0.51% -
HSV(B) 304.2º 0.71% 0.79% -
XYZ 35 19.21 51.15 -
YUV 115.92 170.38 188.69 -
System Red Green Blue C M Y K H S L
Decimal 201 58 191 0 0.71 0.05 0.21 304.2 0.57 0.51
Hex C9 3A BF 0 47 5 15 130 39 33
Octal 311 72 277 0 107 5 25 460 71 63
Binary 11001001 111010 10111111 0 1000111 101 10101 100110000 111001 110011

Color Harmonies of #C93ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93ABF

Black with #C93ABF

Text Example


Text Example

White with #C93ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93ABF; }

 p { color: rgb(201,58,191); }

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

background-color css

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

 a { background-color: rgb(201,58,191); }

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

border-color css

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

 span { border-color: rgb(201,58,191); }

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