Html Css Color HEX #C248A7 Fuchsia

📋 copy color: '#C248A7'

red 194 ◦ green 72 ◦ blue 167

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

Shades of Fuchsia #C248A7

Tints of Fuchsia #C248A7

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.63%

 BLUE value IS 167 (65.63% from 255) = 38.57%

R = 44.8%
G = 16.63%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C248A7 (or 0xC248A7) is known color: Fuchsia. HEX triplet: C2, 48 and A7. RGB value is (194,72,167). Sum of RGB (Red+Green+Blue) = 194+72+167=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C248A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248A7 is #3DB758. Grayscale: #777777. Windows color (decimal): -4044633 or 10963138. OLE color: 10963138.

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

Color convert

RGB 194 72 167 -
CMYK 0 0.63 0.14 0.24
HSL 313.28º 0.5% 0.52% -
HSV(B) 313.28º 0.63% 0.76% -
XYZ 31.54 18.89 38.54 -
YUV 119.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 194 72 167 0 0.63 0.14 0.24 313.28 0.5 0.52
Hex C2 48 A7 0 3F E 18 139 32 34
Octal 302 110 247 0 77 16 30 471 62 64
Binary 11000010 1001000 10100111 0 111111 1110 11000 100111001 110010 110100

Color Harmonies of #C248A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248A7

Black with #C248A7

Text Example


Text Example

White with #C248A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248A7; }

 p { color: rgb(194,72,167); }

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

background-color css

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

 a { background-color: rgb(194,72,167); }

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

border-color css

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

 span { border-color: rgb(194,72,167); }

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