Html Css Color HEX #C95BCC Fuchsia

📋 copy color: '#C95BCC'

red 201 ◦ green 91 ◦ blue 204

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

Shades of Fuchsia #C95BCC

Tints of Fuchsia #C95BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.35%

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 40.52%
G = 18.35%
B = 41.13%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C95BCC (or 0xC95BCC) is known color: Fuchsia. HEX triplet: C9, 5B and CC. RGB value is (201,91,204). Sum of RGB (Red+Green+Blue) = 201+91+204=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #C95BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BCC is #36A433. Grayscale: #888888. Windows color (decimal): -3580980 or 13392841. OLE color: 13392841.

HSL color Cylindrical-coordinate representation of color #C95BCC: hue angle of 298.41º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95BCC is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 91 204 -
CMYK 0.01 0.55 0 0.2
HSL 298.41º 0.53% 0.58% -
HSV(B) 298.41º 0.55% 0.8% -
XYZ 38.73 24.26 59.77 -
YUV 136.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 201 91 204 0.01 0.55 0 0.2 298.41 0.53 0.58
Hex C9 5B CC 1 37 0 14 12A 35 3A
Octal 311 133 314 1 67 0 24 452 65 72
Binary 11001001 1011011 11001100 1 110111 0 10100 100101010 110101 111010

Color Harmonies of #C95BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BCC

Black with #C95BCC

Text Example


Text Example

White with #C95BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BCC; }

 p { color: rgb(201,91,204); }

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

background-color css

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

 a { background-color: rgb(201,91,204); }

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

border-color css

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

 span { border-color: rgb(201,91,204); }

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