Html Css Color HEX #C753BF Fuchsia

📋 copy color: '#C753BF'

red 199 ◦ green 83 ◦ blue 191

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

Shades of Fuchsia #C753BF

Tints of Fuchsia #C753BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.55%

 BLUE value IS 191 (75% from 255) = 40.38%

R = 42.07%
G = 17.55%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C753BF (or 0xC753BF) is known color: Fuchsia. HEX triplet: C7, 53 and BF. RGB value is (199,83,191). Sum of RGB (Red+Green+Blue) = 199+83+191=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C753BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753BF is #38AC40. Grayscale: #818181. Windows color (decimal): -3714113 or 12538823. OLE color: 12538823.

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

Color convert

RGB 199 83 191 -
CMYK 0 0.58 0.04 0.22
HSL 304.14º 0.51% 0.55% -
HSV(B) 304.14º 0.58% 0.78% -
XYZ 36.05 22.09 51.65 -
YUV 130 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 199 83 191 0 0.58 0.04 0.22 304.14 0.51 0.55
Hex C7 53 BF 0 3A 4 16 130 33 37
Octal 307 123 277 0 72 4 26 460 63 67
Binary 11000111 1010011 10111111 0 111010 100 10110 100110000 110011 110111

Color Harmonies of #C753BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C753BF

Black with #C753BF

Text Example


Text Example

White with #C753BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C753BF; }

 p { color: rgb(199,83,191); }

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

background-color css

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

 a { background-color: rgb(199,83,191); }

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

border-color css

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

 span { border-color: rgb(199,83,191); }

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