Html Css Color HEX #C95ECF Fuchsia

📋 copy color: '#C95ECF'

red 201 ◦ green 94 ◦ blue 207

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

Shades of Fuchsia #C95ECF

Tints of Fuchsia #C95ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.73%

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

R = 40.04%
G = 18.73%
B = 41.24%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C95ECF (or 0xC95ECF) is known color: Fuchsia. HEX triplet: C9, 5E and CF. RGB value is (201,94,207). Sum of RGB (Red+Green+Blue) = 201+94+207=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #C95ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ECF is #36A130. Grayscale: #8A8A8A. Windows color (decimal): -3580209 or 13590217. OLE color: 13590217.

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

Color convert

RGB 201 94 207 -
CMYK 0.03 0.55 0 0.19
HSL 296.81º 0.54% 0.59% -
HSV(B) 296.81º 0.55% 0.81% -
XYZ 39.35 24.93 61.77 -
YUV 138.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 201 94 207 0.03 0.55 0 0.19 296.81 0.54 0.59
Hex C9 5E CF 3 37 0 13 129 36 3B
Octal 311 136 317 3 67 0 23 451 66 73
Binary 11001001 1011110 11001111 11 110111 0 10011 100101001 110110 111011

Color Harmonies of #C95ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95ECF

Black with #C95ECF

Text Example


Text Example

White with #C95ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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