Html Css Color HEX #C751BE Fuchsia

📋 copy color: '#C751BE'

red 199 ◦ green 81 ◦ blue 190

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

Shades of Fuchsia #C751BE

Tints of Fuchsia #C751BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.23%

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 42.34%
G = 17.23%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C751BE (or 0xC751BE) is known color: Fuchsia. HEX triplet: C7, 51 and BE. RGB value is (199,81,190). Sum of RGB (Red+Green+Blue) = 199+81+190=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C751BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751BE is #38AE41. Grayscale: #808080. Windows color (decimal): -3714626 or 12472775. OLE color: 12472775.

HSL color Cylindrical-coordinate representation of color #C751BE: hue angle of 304.58º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C751BE is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 81 190 -
CMYK 0 0.59 0.05 0.22
HSL 304.58º 0.51% 0.55% -
HSV(B) 304.58º 0.59% 0.78% -
XYZ 35.79 21.74 51.03 -
YUV 128.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 199 81 190 0 0.59 0.05 0.22 304.58 0.51 0.55
Hex C7 51 BE 0 3B 5 16 131 33 37
Octal 307 121 276 0 73 5 26 461 63 67
Binary 11000111 1010001 10111110 0 111011 101 10110 100110001 110011 110111

Color Harmonies of #C751BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C751BE

Black with #C751BE

Text Example


Text Example

White with #C751BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C751BE; }

 p { color: rgb(199,81,190); }

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

background-color css

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

 a { background-color: rgb(199,81,190); }

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

border-color css

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

 span { border-color: rgb(199,81,190); }

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