Html Css Color HEX #C95EC5 Fuchsia

📋 copy color: '#C95EC5'

red 201 ◦ green 94 ◦ blue 197

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

Shades of Fuchsia #C95EC5

Tints of Fuchsia #C95EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.04%

R = 40.85%
G = 19.11%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C95EC5 (or 0xC95EC5) is known color: Fuchsia. HEX triplet: C9, 5E and C5. RGB value is (201,94,197). Sum of RGB (Red+Green+Blue) = 201+94+197=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EC5 is #36A13A. Grayscale: #898989. Windows color (decimal): -3580219 or 12934857. OLE color: 12934857.

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

Color convert

RGB 201 94 197 -
CMYK 0 0.53 0.02 0.21
HSL 302.24º 0.5% 0.58% -
HSV(B) 302.24º 0.53% 0.79% -
XYZ 38.17 24.45 55.53 -
YUV 137.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 201 94 197 0 0.53 0.02 0.21 302.24 0.5 0.58
Hex C9 5E C5 0 35 2 15 12E 32 3A
Octal 311 136 305 0 65 2 25 456 62 72
Binary 11001001 1011110 11000101 0 110101 10 10101 100101110 110010 111010

Color Harmonies of #C95EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EC5

Black with #C95EC5

Text Example


Text Example

White with #C95EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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