Html Css Color HEX #C754CE Fuchsia

📋 copy color: '#C754CE'

red 199 ◦ green 84 ◦ blue 206

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

Shades of Fuchsia #C754CE

Tints of Fuchsia #C754CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.18%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 40.7%
G = 17.18%
B = 42.13%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C754CE (or 0xC754CE) is known color: Fuchsia. HEX triplet: C7, 54 and CE. RGB value is (199,84,206). Sum of RGB (Red+Green+Blue) = 199+84+206=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #C754CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754CE is #38AB31. Grayscale: #838383. Windows color (decimal): -3713842 or 13522119. OLE color: 13522119.

HSL color Cylindrical-coordinate representation of color #C754CE: hue angle of 296.56º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C754CE is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 84 206 -
CMYK 0.03 0.59 0 0.19
HSL 296.56º 0.55% 0.57% -
HSV(B) 296.56º 0.59% 0.81% -
XYZ 37.86 22.94 60.82 -
YUV 132.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 199 84 206 0.03 0.59 0 0.19 296.56 0.55 0.57
Hex C7 54 CE 3 3B 0 13 129 37 39
Octal 307 124 316 3 73 0 23 451 67 71
Binary 11000111 1010100 11001110 11 111011 0 10011 100101001 110111 111001

Color Harmonies of #C754CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754CE

Black with #C754CE

Text Example


Text Example

White with #C754CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754CE; }

 p { color: rgb(199,84,206); }

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

background-color css

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

 a { background-color: rgb(199,84,206); }

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

border-color css

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

 span { border-color: rgb(199,84,206); }

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