Html Css Color HEX #C751BD Fuchsia

📋 copy color: '#C751BD'

red 199 ◦ green 81 ◦ blue 189

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

Shades of Fuchsia #C751BD

Tints of Fuchsia #C751BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.3%

R = 42.43%
G = 17.27%
B = 40.3%

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

#C751BD (or 0xC751BD) is known color: Fuchsia. HEX triplet: C7, 51 and BD. RGB value is (199,81,189). Sum of RGB (Red+Green+Blue) = 199+81+189=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C751BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751BD is #38AE42. Grayscale: #808080. Windows color (decimal): -3714627 or 12407239. OLE color: 12407239.

HSL color Cylindrical-coordinate representation of color #C751BD: hue angle of 305.08º 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 #C751BD is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 81 189 -
CMYK 0 0.59 0.05 0.22
HSL 305.08º 0.51% 0.55% -
HSV(B) 305.08º 0.59% 0.78% -
XYZ 35.68 21.7 50.45 -
YUV 128.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 199 81 189 0 0.59 0.05 0.22 305.08 0.51 0.55
Hex C7 51 BD 0 3B 5 16 131 33 37
Octal 307 121 275 0 73 5 26 461 63 67
Binary 11000111 1010001 10111101 0 111011 101 10110 100110001 110011 110111

Color Harmonies of #C751BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C751BD

Black with #C751BD

Text Example


Text Example

White with #C751BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C751BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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