Html Css Color HEX #C247BC Fuchsia

📋 copy color: '#C247BC'

red 194 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #C247BC

Tints of Fuchsia #C247BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 42.83%
G = 15.67%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C247BC (or 0xC247BC) is known color: Fuchsia. HEX triplet: C2, 47 and BC. RGB value is (194,71,188). Sum of RGB (Red+Green+Blue) = 194+71+188=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C247BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247BC is #3DB843. Grayscale: #787878. Windows color (decimal): -4044868 or 12339138. OLE color: 12339138.

HSL color Cylindrical-coordinate representation of color #C247BC: hue angle of 302.93º 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 #C247BC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 71 188 -
CMYK 0 0.63 0.03 0.24
HSL 302.93º 0.5% 0.52% -
HSV(B) 302.93º 0.63% 0.76% -
XYZ 33.58 19.61 49.59 -
YUV 121.12 165.75 179.99 -
System Red Green Blue C M Y K H S L
Decimal 194 71 188 0 0.63 0.03 0.24 302.93 0.5 0.52
Hex C2 47 BC 0 3F 3 18 12F 32 34
Octal 302 107 274 0 77 3 30 457 62 64
Binary 11000010 1000111 10111100 0 111111 11 11000 100101111 110010 110100

Color Harmonies of #C247BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247BC

Black with #C247BC

Text Example


Text Example

White with #C247BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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