Html Css Color HEX #C753BD Fuchsia

📋 copy color: '#C753BD'

red 199 ◦ green 83 ◦ blue 189

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

Shades of Fuchsia #C753BD

Tints of Fuchsia #C753BD

RGB

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

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

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

R = 42.25%
G = 17.62%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C753BD (or 0xC753BD) is known color: Fuchsia. HEX triplet: C7, 53 and BD. RGB value is (199,83,189). Sum of RGB (Red+Green+Blue) = 199+83+189=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C753BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753BD is #38AC42. Grayscale: #818181. Windows color (decimal): -3714115 or 12407751. OLE color: 12407751.

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

Color convert

RGB 199 83 189 -
CMYK 0 0.58 0.05 0.22
HSL 305.17º 0.51% 0.55% -
HSV(B) 305.17º 0.58% 0.78% -
XYZ 35.83 22 50.5 -
YUV 129.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 199 83 189 0 0.58 0.05 0.22 305.17 0.51 0.55
Hex C7 53 BD 0 3A 5 16 131 33 37
Octal 307 123 275 0 72 5 26 461 63 67
Binary 11000111 1010011 10111101 0 111010 101 10110 100110001 110011 110111

Color Harmonies of #C753BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C753BD

Black with #C753BD

Text Example


Text Example

White with #C753BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C753BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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