Html Css Color HEX #C248B7 Fuchsia

📋 copy color: '#C248B7'

red 194 ◦ green 72 ◦ blue 183

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

Shades of Fuchsia #C248B7

Tints of Fuchsia #C248B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.76%

R = 43.21%
G = 16.04%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C248B7 (or 0xC248B7) is known color: Fuchsia. HEX triplet: C2, 48 and B7. RGB value is (194,72,183). Sum of RGB (Red+Green+Blue) = 194+72+183=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C248B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248B7 is #3DB748. Grayscale: #787878. Windows color (decimal): -4044617 or 12011714. OLE color: 12011714.

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

Color convert

RGB 194 72 183 -
CMYK 0 0.63 0.06 0.24
HSL 305.41º 0.5% 0.52% -
HSV(B) 305.41º 0.63% 0.76% -
XYZ 33.11 19.52 46.82 -
YUV 121.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 194 72 183 0 0.63 0.06 0.24 305.41 0.5 0.52
Hex C2 48 B7 0 3F 6 18 131 32 34
Octal 302 110 267 0 77 6 30 461 62 64
Binary 11000010 1001000 10110111 0 111111 110 11000 100110001 110010 110100

Color Harmonies of #C248B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248B7

Black with #C248B7

Text Example


Text Example

White with #C248B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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