Html Css Color HEX #C95DD0 Fuchsia

📋 copy color: '#C95DD0'

red 201 ◦ green 93 ◦ blue 208

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

Shades of Fuchsia #C95DD0

Tints of Fuchsia #C95DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.43%

R = 40.04%
G = 18.53%
B = 41.43%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C95DD0 (or 0xC95DD0) is known color: Fuchsia. HEX triplet: C9, 5D and D0. RGB value is (201,93,208). Sum of RGB (Red+Green+Blue) = 201+93+208=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #C95DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DD0 is #36A22F. Grayscale: #8A8A8A. Windows color (decimal): -3580464 or 13655497. OLE color: 13655497.

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

Color convert

RGB 201 93 208 -
CMYK 0.03 0.55 0 0.18
HSL 296.35º 0.55% 0.59% -
HSV(B) 296.35º 0.55% 0.82% -
XYZ 39.39 24.8 62.39 -
YUV 138.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 201 93 208 0.03 0.55 0 0.18 296.35 0.55 0.59
Hex C9 5D D0 3 37 0 12 128 37 3B
Octal 311 135 320 3 67 0 22 450 67 73
Binary 11001001 1011101 11010000 11 110111 0 10010 100101000 110111 111011

Color Harmonies of #C95DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DD0

Black with #C95DD0

Text Example


Text Example

White with #C95DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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