Html Css Color HEX #C947CF Fuchsia

📋 copy color: '#C947CF'

red 201 ◦ green 71 ◦ blue 207

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

Shades of Fuchsia #C947CF

Tints of Fuchsia #C947CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.82%

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

R = 41.96%
G = 14.82%
B = 43.22%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C947CF (or 0xC947CF) is known color: Fuchsia. HEX triplet: C9, 47 and CF. RGB value is (201,71,207). Sum of RGB (Red+Green+Blue) = 201+71+207=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C947CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947CF is #36B830. Grayscale: #7C7C7C. Windows color (decimal): -3586097 or 13584329. OLE color: 13584329.

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

Color convert

RGB 201 71 207 -
CMYK 0.03 0.66 0 0.19
HSL 297.35º 0.59% 0.55% -
HSV(B) 297.35º 0.66% 0.81% -
XYZ 37.6 21.43 61.19 -
YUV 125.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 201 71 207 0.03 0.66 0 0.19 297.35 0.59 0.55
Hex C9 47 CF 3 42 0 13 129 3B 37
Octal 311 107 317 3 102 0 23 451 73 67
Binary 11001001 1000111 11001111 11 1000010 0 10011 100101001 111011 110111

Color Harmonies of #C947CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947CF

Black with #C947CF

Text Example


Text Example

White with #C947CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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