Html Css Color HEX #C248BE Fuchsia

📋 copy color: '#C248BE'

red 194 ◦ green 72 ◦ blue 190

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

Shades of Fuchsia #C248BE

Tints of Fuchsia #C248BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 42.54%
G = 15.79%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C248BE (or 0xC248BE) is known color: Fuchsia. HEX triplet: C2, 48 and BE. RGB value is (194,72,190). Sum of RGB (Red+Green+Blue) = 194+72+190=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C248BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248BE is #3DB741. Grayscale: #797979. Windows color (decimal): -4044610 or 12470466. OLE color: 12470466.

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

Color convert

RGB 194 72 190 -
CMYK 0 0.63 0.02 0.24
HSL 301.97º 0.5% 0.52% -
HSV(B) 301.97º 0.63% 0.76% -
XYZ 33.86 19.82 50.76 -
YUV 121.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 194 72 190 0 0.63 0.02 0.24 301.97 0.5 0.52
Hex C2 48 BE 0 3F 2 18 12E 32 34
Octal 302 110 276 0 77 2 30 456 62 64
Binary 11000010 1001000 10111110 0 111111 10 11000 100101110 110010 110100

Color Harmonies of #C248BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248BE

Black with #C248BE

Text Example


Text Example

White with #C248BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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