Html Css Color HEX #C749BC Fuchsia

📋 copy color: '#C749BC'

red 199 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #C749BC

Tints of Fuchsia #C749BC

RGB

 RED value IS 199 (78.13% from 255) = 43.26%

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

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

R = 43.26%
G = 15.87%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C749BC (or 0xC749BC) is known color: Fuchsia. HEX triplet: C7, 49 and BC. RGB value is (199,73,188). Sum of RGB (Red+Green+Blue) = 199+73+188=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C749BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749BC is #38B643. Grayscale: #7B7B7B. Windows color (decimal): -3716676 or 12339655. OLE color: 12339655.

HSL color Cylindrical-coordinate representation of color #C749BC: hue angle of 305.24º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C749BC is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 188 -
CMYK 0 0.63 0.06 0.22
HSL 305.24º 0.53% 0.53% -
HSV(B) 305.24º 0.63% 0.78% -
XYZ 35.01 20.54 49.7 -
YUV 123.78 164.24 181.65 -
System Red Green Blue C M Y K H S L
Decimal 199 73 188 0 0.63 0.06 0.22 305.24 0.53 0.53
Hex C7 49 BC 0 3F 6 16 131 35 35
Octal 307 111 274 0 77 6 26 461 65 65
Binary 11000111 1001001 10111100 0 111111 110 10110 100110001 110101 110101

Color Harmonies of #C749BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749BC

Black with #C749BC

Text Example


Text Example

White with #C749BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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