Html Css Color HEX #C247B4 Fuchsia

📋 copy color: '#C247B4'

red 194 ◦ green 71 ◦ blue 180

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

Shades of Fuchsia #C247B4

Tints of Fuchsia #C247B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.45%

R = 43.6%
G = 15.96%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C247B4 (or 0xC247B4) is known color: Fuchsia. HEX triplet: C2, 47 and B4. RGB value is (194,71,180). Sum of RGB (Red+Green+Blue) = 194+71+180=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C247B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247B4 is #3DB84B. Grayscale: #777777. Windows color (decimal): -4044876 or 11814850. OLE color: 11814850.

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

Color convert

RGB 194 71 180 -
CMYK 0 0.63 0.07 0.24
HSL 306.83º 0.5% 0.52% -
HSV(B) 306.83º 0.63% 0.76% -
XYZ 32.74 19.27 45.17 -
YUV 120.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 194 71 180 0 0.63 0.07 0.24 306.83 0.5 0.52
Hex C2 47 B4 0 3F 7 18 133 32 34
Octal 302 107 264 0 77 7 30 463 62 64
Binary 11000010 1000111 10110100 0 111111 111 11000 100110011 110010 110100

Color Harmonies of #C247B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247B4

Black with #C247B4

Text Example


Text Example

White with #C247B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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