Html Css Color HEX #C754CD Fuchsia

📋 copy color: '#C754CD'

red 199 ◦ green 84 ◦ blue 205

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

Shades of Fuchsia #C754CD

Tints of Fuchsia #C754CD

RGB

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

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

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

R = 40.78%
G = 17.21%
B = 42.01%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C754CD (or 0xC754CD) is known color: Fuchsia. HEX triplet: C7, 54 and CD. RGB value is (199,84,205). Sum of RGB (Red+Green+Blue) = 199+84+205=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #C754CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754CD is #38AB32. Grayscale: #838383. Windows color (decimal): -3713843 or 13456583. OLE color: 13456583.

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

Color convert

RGB 199 84 205 -
CMYK 0.03 0.59 0 0.20
HSL 297.02º 0.55% 0.57% -
HSV(B) 297.02º 0.59% 0.8% -
XYZ 37.74 22.89 60.19 -
YUV 132.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 199 84 205 0.03 0.59 0 0.20 297.02 0.55 0.57
Hex C7 54 CD 3 3B 0 14 129 37 39
Octal 307 124 315 3 73 0 24 451 67 71
Binary 11000111 1010100 11001101 11 111011 0 10100 100101001 110111 111001

Color Harmonies of #C754CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754CD

Black with #C754CD

Text Example


Text Example

White with #C754CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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