Html Css Color HEX #C248C0 Fuchsia

📋 copy color: '#C248C0'

red 194 ◦ green 72 ◦ blue 192

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

Shades of Fuchsia #C248C0

Tints of Fuchsia #C248C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.92%

R = 42.36%
G = 15.72%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C248C0 (or 0xC248C0) is known color: Fuchsia. HEX triplet: C2, 48 and C0. RGB value is (194,72,192). Sum of RGB (Red+Green+Blue) = 194+72+192=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C248C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248C0 is #3DB73F. Grayscale: #797979. Windows color (decimal): -4044608 or 12601538. OLE color: 12601538.

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

Color convert

RGB 194 72 192 -
CMYK 0 0.63 0.01 0.24
HSL 300.98º 0.5% 0.52% -
HSV(B) 300.98º 0.63% 0.76% -
XYZ 34.08 19.91 51.92 -
YUV 122.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 194 72 192 0 0.63 0.01 0.24 300.98 0.5 0.52
Hex C2 48 C0 0 3F 1 18 12D 32 34
Octal 302 110 300 0 77 1 30 455 62 64
Binary 11000010 1001000 11000000 0 111111 1 11000 100101101 110010 110100

Color Harmonies of #C248C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248C0

Black with #C248C0

Text Example


Text Example

White with #C248C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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