Html Css Color HEX #C248B4 Fuchsia

📋 copy color: '#C248B4'

red 194 ◦ green 72 ◦ blue 180

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

Shades of Fuchsia #C248B4

Tints of Fuchsia #C248B4

RGB

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

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

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

R = 43.5%
G = 16.14%
B = 40.36%

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

#C248B4 (or 0xC248B4) is known color: Fuchsia. HEX triplet: C2, 48 and B4. RGB value is (194,72,180). Sum of RGB (Red+Green+Blue) = 194+72+180=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C248B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248B4 is #3DB74B. Grayscale: #787878. Windows color (decimal): -4044620 or 11815106. OLE color: 11815106.

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

Color convert

RGB 194 72 180 -
CMYK 0 0.63 0.07 0.24
HSL 306.89º 0.5% 0.52% -
HSV(B) 306.89º 0.63% 0.76% -
XYZ 32.8 19.4 45.2 -
YUV 120.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 194 72 180 0 0.63 0.07 0.24 306.89 0.5 0.52
Hex C2 48 B4 0 3F 7 18 133 32 34
Octal 302 110 264 0 77 7 30 463 62 64
Binary 11000010 1001000 10110100 0 111111 111 11000 100110011 110010 110100

Color Harmonies of #C248B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248B4

Black with #C248B4

Text Example


Text Example

White with #C248B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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