Html Css Color HEX #C247AA Fuchsia

📋 copy color: '#C247AA'

red 194 ◦ green 71 ◦ blue 170

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

Shades of Fuchsia #C247AA

Tints of Fuchsia #C247AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 44.6%
G = 16.32%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C247AA (or 0xC247AA) is known color: Fuchsia. HEX triplet: C2, 47 and AA. RGB value is (194,71,170). Sum of RGB (Red+Green+Blue) = 194+71+170=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C247AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247AA is #3DB855. Grayscale: #767676. Windows color (decimal): -4044886 or 11159490. OLE color: 11159490.

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

Color convert

RGB 194 71 170 -
CMYK 0 0.63 0.12 0.24
HSL 311.71º 0.5% 0.52% -
HSV(B) 311.71º 0.63% 0.76% -
XYZ 31.76 18.88 40 -
YUV 119.06 156.75 181.45 -
System Red Green Blue C M Y K H S L
Decimal 194 71 170 0 0.63 0.12 0.24 311.71 0.5 0.52
Hex C2 47 AA 0 3F C 18 138 32 34
Octal 302 107 252 0 77 14 30 470 62 64
Binary 11000010 1000111 10101010 0 111111 1100 11000 100111000 110010 110100

Color Harmonies of #C247AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247AA

Black with #C247AA

Text Example


Text Example

White with #C247AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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