Html Css Color HEX #C95DC1 Fuchsia

📋 copy color: '#C95DC1'

red 201 ◦ green 93 ◦ blue 193

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

Shades of Fuchsia #C95DC1

Tints of Fuchsia #C95DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 41.27%
G = 19.1%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C95DC1 (or 0xC95DC1) is known color: Fuchsia. HEX triplet: C9, 5D and C1. RGB value is (201,93,193). Sum of RGB (Red+Green+Blue) = 201+93+193=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DC1 is #36A23E. Grayscale: #888888. Windows color (decimal): -3580479 or 12672457. OLE color: 12672457.

HSL color Cylindrical-coordinate representation of color #C95DC1: hue angle of 304.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95DC1 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 93 193 -
CMYK 0 0.54 0.04 0.21
HSL 304.44º 0.5% 0.58% -
HSV(B) 304.44º 0.54% 0.79% -
XYZ 37.63 24.1 53.12 -
YUV 136.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 201 93 193 0 0.54 0.04 0.21 304.44 0.5 0.58
Hex C9 5D C1 0 36 4 15 130 32 3A
Octal 311 135 301 0 66 4 25 460 62 72
Binary 11001001 1011101 11000001 0 110110 100 10101 100110000 110010 111010

Color Harmonies of #C95DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DC1

Black with #C95DC1

Text Example


Text Example

White with #C95DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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