Html Css Color HEX #C95CCC Fuchsia

📋 copy color: '#C95CCC'

red 201 ◦ green 92 ◦ blue 204

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

Shades of Fuchsia #C95CCC

Tints of Fuchsia #C95CCC

RGB

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

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

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

R = 40.44%
G = 18.51%
B = 41.05%

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

#C95CCC (or 0xC95CCC) is known color: Fuchsia. HEX triplet: C9, 5C and CC. RGB value is (201,92,204). Sum of RGB (Red+Green+Blue) = 201+92+204=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #C95CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CCC is #36A333. Grayscale: #898989. Windows color (decimal): -3580724 or 13393097. OLE color: 13393097.

HSL color Cylindrical-coordinate representation of color #C95CCC: hue angle of 298.39º degrees, saturation: 0.52, 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 #C95CCC is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 92 204 -
CMYK 0.01 0.55 0 0.2
HSL 298.39º 0.52% 0.58% -
HSV(B) 298.39º 0.55% 0.8% -
XYZ 38.81 24.43 59.8 -
YUV 137.36 165.61 173.39 -
System Red Green Blue C M Y K H S L
Decimal 201 92 204 0.01 0.55 0 0.2 298.39 0.52 0.58
Hex C9 5C CC 1 37 0 14 12A 34 3A
Octal 311 134 314 1 67 0 24 452 64 72
Binary 11001001 1011100 11001100 1 110111 0 10100 100101010 110100 111010

Color Harmonies of #C95CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CCC

Black with #C95CCC

Text Example


Text Example

White with #C95CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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