Html Css Color HEX #C247CC Fuchsia

📋 copy color: '#C247CC'

red 194 ◦ green 71 ◦ blue 204

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

Shades of Fuchsia #C247CC

Tints of Fuchsia #C247CC

RGB

 RED value IS 194 (76.17% from 255) = 41.36%

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

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

R = 41.36%
G = 15.14%
B = 43.5%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C247CC (or 0xC247CC) is known color: Fuchsia. HEX triplet: C2, 47 and CC. RGB value is (194,71,204). Sum of RGB (Red+Green+Blue) = 194+71+204=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #C247CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247CC is #3DB833. Grayscale: #7A7A7A. Windows color (decimal): -4044852 or 13387714. OLE color: 13387714.

HSL color Cylindrical-coordinate representation of color #C247CC: hue angle of 295.49º 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 #C247CC is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 71 204 -
CMYK 0.05 0.65 0 0.2
HSL 295.49º 0.57% 0.54% -
HSV(B) 295.49º 0.65% 0.8% -
XYZ 35.4 20.34 59.19 -
YUV 122.94 173.75 178.69 -
System Red Green Blue C M Y K H S L
Decimal 194 71 204 0.05 0.65 0 0.2 295.49 0.57 0.54
Hex C2 47 CC 5 41 0 14 127 39 36
Octal 302 107 314 5 101 0 24 447 71 66
Binary 11000010 1000111 11001100 101 1000001 0 10100 100100111 111001 110110

Color Harmonies of #C247CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247CC

Black with #C247CC

Text Example


Text Example

White with #C247CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247CC; }

 p { color: rgb(194,71,204); }

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

background-color css

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

 a { background-color: rgb(194,71,204); }

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

border-color css

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

 span { border-color: rgb(194,71,204); }

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