Html Css Color HEX #C93ED1 Fuchsia

📋 copy color: '#C93ED1'

red 201 ◦ green 62 ◦ blue 209

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

Shades of Fuchsia #C93ED1

Tints of Fuchsia #C93ED1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.14%

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

R = 42.58%
G = 13.14%
B = 44.28%

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

#C93ED1 (or 0xC93ED1) is known color: Fuchsia. HEX triplet: C9, 3E and D1. RGB value is (201,62,209). Sum of RGB (Red+Green+Blue) = 201+62+209=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #C93ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ED1 is #36C12E. Grayscale: #777777. Windows color (decimal): -3588399 or 13713097. OLE color: 13713097.

HSL color Cylindrical-coordinate representation of color #C93ED1: hue angle of 296.73º degrees, saturation: 0.62, 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 #C93ED1 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 62 209 -
CMYK 0.04 0.70 0 0.18
HSL 296.73º 0.62% 0.53% -
HSV(B) 296.73º 0.7% 0.82% -
XYZ 37.32 20.47 62.31 -
YUV 120.32 178.05 185.55 -
System Red Green Blue C M Y K H S L
Decimal 201 62 209 0.04 0.70 0 0.18 296.73 0.62 0.53
Hex C9 3E D1 4 46 0 12 129 3E 35
Octal 311 76 321 4 106 0 22 451 76 65
Binary 11001001 111110 11010001 100 1000110 0 10010 100101001 111110 110101

Color Harmonies of #C93ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93ED1

Black with #C93ED1

Text Example


Text Example

White with #C93ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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