Html Css Color HEX #C954CF Fuchsia

📋 copy color: '#C954CF'

red 201 ◦ green 84 ◦ blue 207

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

Shades of Fuchsia #C954CF

Tints of Fuchsia #C954CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 40.85%
G = 17.07%
B = 42.07%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C954CF (or 0xC954CF) is known color: Fuchsia. HEX triplet: C9, 54 and CF. RGB value is (201,84,207). Sum of RGB (Red+Green+Blue) = 201+84+207=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #C954CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954CF is #36AB30. Grayscale: #848484. Windows color (decimal): -3582769 or 13587657. OLE color: 13587657.

HSL color Cylindrical-coordinate representation of color #C954CF: hue angle of 297.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C954CF is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 84 207 -
CMYK 0.03 0.59 0 0.19
HSL 297.07º 0.56% 0.57% -
HSV(B) 297.07º 0.59% 0.81% -
XYZ 38.52 23.26 61.49 -
YUV 133.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 201 84 207 0.03 0.59 0 0.19 297.07 0.56 0.57
Hex C9 54 CF 3 3B 0 13 129 38 39
Octal 311 124 317 3 73 0 23 451 70 71
Binary 11001001 1010100 11001111 11 111011 0 10011 100101001 111000 111001

Color Harmonies of #C954CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954CF

Black with #C954CF

Text Example


Text Example

White with #C954CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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