Html Css Color HEX #C753CD Fuchsia

📋 copy color: '#C753CD'

red 199 ◦ green 83 ◦ blue 205

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

Shades of Fuchsia #C753CD

Tints of Fuchsia #C753CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 40.86%
G = 17.04%
B = 42.09%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C753CD (or 0xC753CD) is known color: Fuchsia. HEX triplet: C7, 53 and CD. RGB value is (199,83,205). Sum of RGB (Red+Green+Blue) = 199+83+205=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #C753CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753CD is #38AC32. Grayscale: #838383. Windows color (decimal): -3714099 or 13456327. OLE color: 13456327.

HSL color Cylindrical-coordinate representation of color #C753CD: hue angle of 297.05º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C753CD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 83 205 -
CMYK 0.03 0.60 0 0.20
HSL 297.05º 0.55% 0.56% -
HSV(B) 297.05º 0.6% 0.8% -
XYZ 37.67 22.74 60.16 -
YUV 131.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 199 83 205 0.03 0.60 0 0.20 297.05 0.55 0.56
Hex C7 53 CD 3 3C 0 14 129 37 38
Octal 307 123 315 3 74 0 24 451 67 70
Binary 11000111 1010011 11001101 11 111100 0 10100 100101001 110111 111000

Color Harmonies of #C753CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C753CD

Black with #C753CD

Text Example


Text Example

White with #C753CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C753CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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