Html Css Color HEX #C95FC2 Fuchsia

📋 copy color: '#C95FC2'

red 201 ◦ green 95 ◦ blue 194

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

Shades of Fuchsia #C95FC2

Tints of Fuchsia #C95FC2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.39%

 BLUE value IS 194 (76.17% from 255) = 39.59%

R = 41.02%
G = 19.39%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C95FC2 (or 0xC95FC2) is known color: Fuchsia. HEX triplet: C9, 5F and C2. RGB value is (201,95,194). Sum of RGB (Red+Green+Blue) = 201+95+194=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C95FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FC2 is #36A03D. Grayscale: #898989. Windows color (decimal): -3579966 or 12738505. OLE color: 12738505.

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

Color convert

RGB 201 95 194 -
CMYK 0 0.53 0.03 0.21
HSL 303.96º 0.5% 0.58% -
HSV(B) 303.96º 0.53% 0.79% -
XYZ 37.92 24.5 53.77 -
YUV 137.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 201 95 194 0 0.53 0.03 0.21 303.96 0.5 0.58
Hex C9 5F C2 0 35 3 15 130 32 3A
Octal 311 137 302 0 65 3 25 460 62 72
Binary 11001001 1011111 11000010 0 110101 11 10101 100110000 110010 111010

Color Harmonies of #C95FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95FC2

Black with #C95FC2

Text Example


Text Example

White with #C95FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95FC2; }

 p { color: rgb(201,95,194); }

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

background-color css

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

 a { background-color: rgb(201,95,194); }

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

border-color css

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

 span { border-color: rgb(201,95,194); }

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