Html Css Color HEX #C248B5 Fuchsia

📋 copy color: '#C248B5'

red 194 ◦ green 72 ◦ blue 181

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

Shades of Fuchsia #C248B5

Tints of Fuchsia #C248B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.49%

R = 43.4%
G = 16.11%
B = 40.49%

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

#C248B5 (or 0xC248B5) is known color: Fuchsia. HEX triplet: C2, 48 and B5. RGB value is (194,72,181). Sum of RGB (Red+Green+Blue) = 194+72+181=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C248B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248B5 is #3DB74A. Grayscale: #787878. Windows color (decimal): -4044619 or 11880642. OLE color: 11880642.

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

Color convert

RGB 194 72 181 -
CMYK 0 0.63 0.07 0.24
HSL 306.39º 0.5% 0.52% -
HSV(B) 306.39º 0.63% 0.76% -
XYZ 32.91 19.44 45.73 -
YUV 120.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 194 72 181 0 0.63 0.07 0.24 306.39 0.5 0.52
Hex C2 48 B5 0 3F 7 18 132 32 34
Octal 302 110 265 0 77 7 30 462 62 64
Binary 11000010 1001000 10110101 0 111111 111 11000 100110010 110010 110100

Color Harmonies of #C248B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248B5

Black with #C248B5

Text Example


Text Example

White with #C248B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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