Html Css Color HEX #C95CBA Fuchsia

📋 copy color: '#C95CBA'

red 201 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #C95CBA

Tints of Fuchsia #C95CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.21%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 41.96%
G = 19.21%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C95CBA (or 0xC95CBA) is known color: Fuchsia. HEX triplet: C9, 5C and BA. RGB value is (201,92,186). Sum of RGB (Red+Green+Blue) = 201+92+186=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CBA is #36A345. Grayscale: #878787. Windows color (decimal): -3580742 or 12213449. OLE color: 12213449.

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

Color convert

RGB 201 92 186 -
CMYK 0 0.54 0.07 0.21
HSL 308.26º 0.5% 0.57% -
HSV(B) 308.26º 0.54% 0.79% -
XYZ 36.78 23.62 49.07 -
YUV 135.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 201 92 186 0 0.54 0.07 0.21 308.26 0.5 0.57
Hex C9 5C BA 0 36 7 15 134 32 39
Octal 311 134 272 0 66 7 25 464 62 71
Binary 11001001 1011100 10111010 0 110110 111 10101 100110100 110010 111001

Color Harmonies of #C95CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CBA

Black with #C95CBA

Text Example


Text Example

White with #C95CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CBA; }

 p { color: rgb(201,92,186); }

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

background-color css

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

 a { background-color: rgb(201,92,186); }

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

border-color css

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

 span { border-color: rgb(201,92,186); }

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