Html Css Color HEX #C247BE Fuchsia

📋 copy color: '#C247BE'

red 194 ◦ green 71 ◦ blue 190

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

Shades of Fuchsia #C247BE

Tints of Fuchsia #C247BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 42.64%
G = 15.6%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C247BE (or 0xC247BE) is known color: Fuchsia. HEX triplet: C2, 47 and BE. RGB value is (194,71,190). Sum of RGB (Red+Green+Blue) = 194+71+190=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C247BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247BE is #3DB841. Grayscale: #787878. Windows color (decimal): -4044866 or 12470210. OLE color: 12470210.

HSL color Cylindrical-coordinate representation of color #C247BE: hue angle of 301.95º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C247BE is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 71 190 -
CMYK 0 0.63 0.02 0.24
HSL 301.95º 0.5% 0.52% -
HSV(B) 301.95º 0.63% 0.76% -
XYZ 33.8 19.69 50.74 -
YUV 121.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 194 71 190 0 0.63 0.02 0.24 301.95 0.5 0.52
Hex C2 47 BE 0 3F 2 18 12E 32 34
Octal 302 107 276 0 77 2 30 456 62 64
Binary 11000010 1000111 10111110 0 111111 10 11000 100101110 110010 110100

Color Harmonies of #C247BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247BE

Black with #C247BE

Text Example


Text Example

White with #C247BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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