Html Css Color HEX #C748BC Fuchsia

📋 copy color: '#C748BC'

red 199 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #C748BC

Tints of Fuchsia #C748BC

RGB

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

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

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

R = 43.36%
G = 15.69%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C748BC (or 0xC748BC) is known color: Fuchsia. HEX triplet: C7, 48 and BC. RGB value is (199,72,188). Sum of RGB (Red+Green+Blue) = 199+72+188=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C748BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748BC is #38B743. Grayscale: #7A7A7A. Windows color (decimal): -3716932 or 12339399. OLE color: 12339399.

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

Color convert

RGB 199 72 188 -
CMYK 0 0.64 0.06 0.22
HSL 305.2º 0.53% 0.53% -
HSV(B) 305.2º 0.64% 0.78% -
XYZ 34.95 20.41 49.67 -
YUV 123.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 199 72 188 0 0.64 0.06 0.22 305.2 0.53 0.53
Hex C7 48 BC 0 40 6 16 131 35 35
Octal 307 110 274 0 100 6 26 461 65 65
Binary 11000111 1001000 10111100 0 1000000 110 10110 100110001 110101 110101

Color Harmonies of #C748BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748BC

Black with #C748BC

Text Example


Text Example

White with #C748BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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