Html Css Color HEX #C95FC7 Fuchsia

📋 copy color: '#C95FC7'

red 201 ◦ green 95 ◦ blue 199

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

Shades of Fuchsia #C95FC7

Tints of Fuchsia #C95FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 40.61%
G = 19.19%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C95FC7 (or 0xC95FC7) is known color: Fuchsia. HEX triplet: C9, 5F and C7. RGB value is (201,95,199). Sum of RGB (Red+Green+Blue) = 201+95+199=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C95FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FC7 is #36A038. Grayscale: #8A8A8A. Windows color (decimal): -3579961 or 13066185. OLE color: 13066185.

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

Color convert

RGB 201 95 199 -
CMYK 0 0.53 0.01 0.21
HSL 301.13º 0.5% 0.58% -
HSV(B) 301.13º 0.53% 0.79% -
XYZ 38.49 24.73 56.78 -
YUV 138.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 201 95 199 0 0.53 0.01 0.21 301.13 0.5 0.58
Hex C9 5F C7 0 35 1 15 12D 32 3A
Octal 311 137 307 0 65 1 25 455 62 72
Binary 11001001 1011111 11000111 0 110101 1 10101 100101101 110010 111010

Color Harmonies of #C95FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95FC7

Black with #C95FC7

Text Example


Text Example

White with #C95FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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