Html Css Color HEX #C248B0 Fuchsia

📋 copy color: '#C248B0'

red 194 ◦ green 72 ◦ blue 176

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

Shades of Fuchsia #C248B0

Tints of Fuchsia #C248B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.82%

R = 43.89%
G = 16.29%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C248B0 (or 0xC248B0) is known color: Fuchsia. HEX triplet: C2, 48 and B0. RGB value is (194,72,176). Sum of RGB (Red+Green+Blue) = 194+72+176=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C248B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248B0 is #3DB74F. Grayscale: #787878. Windows color (decimal): -4044624 or 11552962. OLE color: 11552962.

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

Color convert

RGB 194 72 176 -
CMYK 0 0.63 0.09 0.24
HSL 308.85º 0.5% 0.52% -
HSV(B) 308.85º 0.63% 0.76% -
XYZ 32.4 19.24 43.08 -
YUV 120.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 194 72 176 0 0.63 0.09 0.24 308.85 0.5 0.52
Hex C2 48 B0 0 3F 9 18 135 32 34
Octal 302 110 260 0 77 11 30 465 62 64
Binary 11000010 1001000 10110000 0 111111 1001 11000 100110101 110010 110100

Color Harmonies of #C248B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248B0

Black with #C248B0

Text Example


Text Example

White with #C248B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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