Html Css Color HEX #C95CBE Fuchsia

📋 copy color: '#C95CBE'

red 201 ◦ green 92 ◦ blue 190

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

Shades of Fuchsia #C95CBE

Tints of Fuchsia #C95CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 41.61%
G = 19.05%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C95CBE (or 0xC95CBE) is known color: Fuchsia. HEX triplet: C9, 5C and BE. RGB value is (201,92,190). Sum of RGB (Red+Green+Blue) = 201+92+190=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CBE is #36A341. Grayscale: #878787. Windows color (decimal): -3580738 or 12475593. OLE color: 12475593.

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

Color convert

RGB 201 92 190 -
CMYK 0 0.54 0.05 0.21
HSL 306.06º 0.5% 0.57% -
HSV(B) 306.06º 0.54% 0.79% -
XYZ 37.21 23.79 51.35 -
YUV 135.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 201 92 190 0 0.54 0.05 0.21 306.06 0.5 0.57
Hex C9 5C BE 0 36 5 15 132 32 39
Octal 311 134 276 0 66 5 25 462 62 71
Binary 11001001 1011100 10111110 0 110110 101 10101 100110010 110010 111001

Color Harmonies of #C95CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CBE

Black with #C95CBE

Text Example


Text Example

White with #C95CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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