Html Css Color HEX #C750BD Fuchsia

📋 copy color: '#C750BD'

red 199 ◦ green 80 ◦ blue 189

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

Shades of Fuchsia #C750BD

Tints of Fuchsia #C750BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

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

R = 42.52%
G = 17.09%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C750BD (or 0xC750BD) is known color: Fuchsia. HEX triplet: C7, 50 and BD. RGB value is (199,80,189). Sum of RGB (Red+Green+Blue) = 199+80+189=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C750BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750BD is #38AF42. Grayscale: #7F7F7F. Windows color (decimal): -3714883 or 12406983. OLE color: 12406983.

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

Color convert

RGB 199 80 189 -
CMYK 0 0.60 0.05 0.22
HSL 305.04º 0.52% 0.55% -
HSV(B) 305.04º 0.6% 0.78% -
XYZ 35.61 21.55 50.43 -
YUV 128.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 199 80 189 0 0.60 0.05 0.22 305.04 0.52 0.55
Hex C7 50 BD 0 3C 5 16 131 34 37
Octal 307 120 275 0 74 5 26 461 64 67
Binary 11000111 1010000 10111101 0 111100 101 10110 100110001 110100 110111

Color Harmonies of #C750BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750BD

Black with #C750BD

Text Example


Text Example

White with #C750BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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