Html Css Color HEX #C95AC5 Fuchsia

📋 copy color: '#C95AC5'

red 201 ◦ green 90 ◦ blue 197

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

Shades of Fuchsia #C95AC5

Tints of Fuchsia #C95AC5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.44%

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

R = 41.19%
G = 18.44%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C95AC5 (or 0xC95AC5) is known color: Fuchsia. HEX triplet: C9, 5A and C5. RGB value is (201,90,197). Sum of RGB (Red+Green+Blue) = 201+90+197=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95AC5 is #36A53A. Grayscale: #878787. Windows color (decimal): -3581243 or 12933833. OLE color: 12933833.

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

Color convert

RGB 201 90 197 -
CMYK 0 0.55 0.02 0.21
HSL 302.16º 0.51% 0.57% -
HSV(B) 302.16º 0.55% 0.79% -
XYZ 37.82 23.76 55.42 -
YUV 135.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 201 90 197 0 0.55 0.02 0.21 302.16 0.51 0.57
Hex C9 5A C5 0 37 2 15 12E 33 39
Octal 311 132 305 0 67 2 25 456 63 71
Binary 11001001 1011010 11000101 0 110111 10 10101 100101110 110011 111001

Color Harmonies of #C95AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AC5

Black with #C95AC5

Text Example


Text Example

White with #C95AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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