Html Css Color HEX #C93FD1 Fuchsia

📋 copy color: '#C93FD1'

red 201 ◦ green 63 ◦ blue 209

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

Shades of Fuchsia #C93FD1

Tints of Fuchsia #C93FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 42.49%
G = 13.32%
B = 44.19%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C93FD1 (or 0xC93FD1) is known color: Fuchsia. HEX triplet: C9, 3F and D1. RGB value is (201,63,209). Sum of RGB (Red+Green+Blue) = 201+63+209=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #C93FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FD1 is #36C02E. Grayscale: #787878. Windows color (decimal): -3588143 or 13713353. OLE color: 13713353.

HSL color Cylindrical-coordinate representation of color #C93FD1: hue angle of 296.71º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93FD1 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 63 209 -
CMYK 0.04 0.70 0 0.18
HSL 296.71º 0.61% 0.53% -
HSV(B) 296.71º 0.7% 0.82% -
XYZ 37.37 20.58 62.32 -
YUV 120.91 177.72 185.13 -
System Red Green Blue C M Y K H S L
Decimal 201 63 209 0.04 0.70 0 0.18 296.71 0.61 0.53
Hex C9 3F D1 4 46 0 12 129 3D 35
Octal 311 77 321 4 106 0 22 451 75 65
Binary 11001001 111111 11010001 100 1000110 0 10010 100101001 111101 110101

Color Harmonies of #C93FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FD1

Black with #C93FD1

Text Example


Text Example

White with #C93FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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