Html Css Color HEX #C954C4 Fuchsia

📋 copy color: '#C954C4'

red 201 ◦ green 84 ◦ blue 196

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

Shades of Fuchsia #C954C4

Tints of Fuchsia #C954C4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.46%

 BLUE value IS 196 (76.95% from 255) = 40.75%

R = 41.79%
G = 17.46%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C954C4 (or 0xC954C4) is known color: Fuchsia. HEX triplet: C9, 54 and C4. RGB value is (201,84,196). Sum of RGB (Red+Green+Blue) = 201+84+196=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C954C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954C4 is #36AB3B. Grayscale: #838383. Windows color (decimal): -3582780 or 12866761. OLE color: 12866761.

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

Color convert

RGB 201 84 196 -
CMYK 0 0.58 0.02 0.21
HSL 302.56º 0.52% 0.56% -
HSV(B) 302.56º 0.58% 0.79% -
XYZ 37.22 22.74 54.65 -
YUV 131.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 201 84 196 0 0.58 0.02 0.21 302.56 0.52 0.56
Hex C9 54 C4 0 3A 2 15 12F 34 38
Octal 311 124 304 0 72 2 25 457 64 70
Binary 11001001 1010100 11000100 0 111010 10 10101 100101111 110100 111000

Color Harmonies of #C954C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954C4

Black with #C954C4

Text Example


Text Example

White with #C954C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954C4; }

 p { color: rgb(201,84,196); }

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

background-color css

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

 a { background-color: rgb(201,84,196); }

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

border-color css

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

 span { border-color: rgb(201,84,196); }

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