Html Css Color HEX #C95DCF Fuchsia

📋 copy color: '#C95DCF'

red 201 ◦ green 93 ◦ blue 207

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

Shades of Fuchsia #C95DCF

Tints of Fuchsia #C95DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.56%

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

R = 40.12%
G = 18.56%
B = 41.32%

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

#C95DCF (or 0xC95DCF) is known color: Fuchsia. HEX triplet: C9, 5D and CF. RGB value is (201,93,207). Sum of RGB (Red+Green+Blue) = 201+93+207=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #C95DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DCF is #36A230. Grayscale: #898989. Windows color (decimal): -3580465 or 13589961. OLE color: 13589961.

HSL color Cylindrical-coordinate representation of color #C95DCF: hue angle of 296.84º 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 #C95DCF is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 93 207 -
CMYK 0.03 0.55 0 0.19
HSL 296.84º 0.54% 0.59% -
HSV(B) 296.84º 0.55% 0.81% -
XYZ 39.26 24.75 61.74 -
YUV 138.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 201 93 207 0.03 0.55 0 0.19 296.84 0.54 0.59
Hex C9 5D CF 3 37 0 13 129 36 3B
Octal 311 135 317 3 67 0 23 451 66 73
Binary 11001001 1011101 11001111 11 110111 0 10011 100101001 110110 111011

Color Harmonies of #C95DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DCF

Black with #C95DCF

Text Example


Text Example

White with #C95DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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