Html Css Color HEX #C249B0 Fuchsia

📋 copy color: '#C249B0'

red 194 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #C249B0

Tints of Fuchsia #C249B0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.48%

 BLUE value IS 176 (69.14% from 255) = 39.73%

R = 43.79%
G = 16.48%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C249B0 (or 0xC249B0) is known color: Fuchsia. HEX triplet: C2, 49 and B0. RGB value is (194,73,176). Sum of RGB (Red+Green+Blue) = 194+73+176=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C249B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249B0 is #3DB64F. Grayscale: #787878. Windows color (decimal): -4044368 or 11553218. OLE color: 11553218.

HSL color Cylindrical-coordinate representation of color #C249B0: hue angle of 308.93º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C249B0 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 176 -
CMYK 0 0.62 0.09 0.24
HSL 308.93º 0.5% 0.52% -
HSV(B) 308.93º 0.62% 0.76% -
XYZ 32.47 19.37 43.1 -
YUV 120.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 194 73 176 0 0.62 0.09 0.24 308.93 0.5 0.52
Hex C2 49 B0 0 3E 9 18 135 32 34
Octal 302 111 260 0 76 11 30 465 62 64
Binary 11000010 1001001 10110000 0 111110 1001 11000 100110101 110010 110100

Color Harmonies of #C249B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249B0

Black with #C249B0

Text Example


Text Example

White with #C249B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249B0; }

 p { color: rgb(194,73,176); }

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

background-color css

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

 a { background-color: rgb(194,73,176); }

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

border-color css

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

 span { border-color: rgb(194,73,176); }

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