Html Css Color HEX #C947CD Fuchsia

📋 copy color: '#C947CD'

red 201 ◦ green 71 ◦ blue 205

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

Shades of Fuchsia #C947CD

Tints of Fuchsia #C947CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 42.14%
G = 14.88%
B = 42.98%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C947CD (or 0xC947CD) is known color: Fuchsia. HEX triplet: C9, 47 and CD. RGB value is (201,71,205). Sum of RGB (Red+Green+Blue) = 201+71+205=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #C947CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947CD is #36B832. Grayscale: #7C7C7C. Windows color (decimal): -3586099 or 13453257. OLE color: 13453257.

HSL color Cylindrical-coordinate representation of color #C947CD: hue angle of 298.21º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C947CD is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 71 205 -
CMYK 0.02 0.65 0 0.20
HSL 298.21º 0.57% 0.54% -
HSV(B) 298.21º 0.65% 0.8% -
XYZ 37.36 21.33 59.91 -
YUV 125.15 173.07 182.1 -
System Red Green Blue C M Y K H S L
Decimal 201 71 205 0.02 0.65 0 0.20 298.21 0.57 0.54
Hex C9 47 CD 2 41 0 14 12A 39 36
Octal 311 107 315 2 101 0 24 452 71 66
Binary 11001001 1000111 11001101 10 1000001 0 10100 100101010 111001 110110

Color Harmonies of #C947CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947CD

Black with #C947CD

Text Example


Text Example

White with #C947CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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