Html Css Color HEX #C93ACF Fuchsia

📋 copy color: '#C93ACF'

red 201 ◦ green 58 ◦ blue 207

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

Shades of Fuchsia #C93ACF

Tints of Fuchsia #C93ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 43.13%
G = 12.45%
B = 44.42%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C93ACF (or 0xC93ACF) is known color: Fuchsia. HEX triplet: C9, 3A and CF. RGB value is (201,58,207). Sum of RGB (Red+Green+Blue) = 201+58+207=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #C93ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ACF is #36C530. Grayscale: #757575. Windows color (decimal): -3589425 or 13581001. OLE color: 13581001.

HSL color Cylindrical-coordinate representation of color #C93ACF: hue angle of 297.58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93ACF is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 58 207 -
CMYK 0.03 0.72 0 0.19
HSL 297.58º 0.61% 0.52% -
HSV(B) 297.58º 0.72% 0.81% -
XYZ 36.86 19.95 60.94 -
YUV 117.74 178.38 187.38 -
System Red Green Blue C M Y K H S L
Decimal 201 58 207 0.03 0.72 0 0.19 297.58 0.61 0.52
Hex C9 3A CF 3 48 0 13 12A 3D 34
Octal 311 72 317 3 110 0 23 452 75 64
Binary 11001001 111010 11001111 11 1001000 0 10011 100101010 111101 110100

Color Harmonies of #C93ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93ACF

Black with #C93ACF

Text Example


Text Example

White with #C93ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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