Html Css Color HEX #C249BC Fuchsia

📋 copy color: '#C249BC'

red 194 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #C249BC

Tints of Fuchsia #C249BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 42.64%
G = 16.04%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C249BC (or 0xC249BC) is known color: Fuchsia. HEX triplet: C2, 49 and BC. RGB value is (194,73,188). Sum of RGB (Red+Green+Blue) = 194+73+188=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C249BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249BC is #3DB643. Grayscale: #797979. Windows color (decimal): -4044356 or 12339650. OLE color: 12339650.

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

Color convert

RGB 194 73 188 -
CMYK 0 0.62 0.03 0.24
HSL 302.98º 0.5% 0.52% -
HSV(B) 302.98º 0.62% 0.76% -
XYZ 33.71 19.87 49.63 -
YUV 122.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 194 73 188 0 0.62 0.03 0.24 302.98 0.5 0.52
Hex C2 49 BC 0 3E 3 18 12F 32 34
Octal 302 111 274 0 76 3 30 457 62 64
Binary 11000010 1001001 10111100 0 111110 11 11000 100101111 110010 110100

Color Harmonies of #C249BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249BC

Black with #C249BC

Text Example


Text Example

White with #C249BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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