Html Css Color HEX #C755CE Fuchsia

📋 copy color: '#C755CE'

red 199 ◦ green 85 ◦ blue 206

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

Shades of Fuchsia #C755CE

Tints of Fuchsia #C755CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.35%

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

R = 40.61%
G = 17.35%
B = 42.04%

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

#C755CE (or 0xC755CE) is known color: Fuchsia. HEX triplet: C7, 55 and CE. RGB value is (199,85,206). Sum of RGB (Red+Green+Blue) = 199+85+206=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #C755CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C755CE is #38AA31. Grayscale: #848484. Windows color (decimal): -3713586 or 13522375. OLE color: 13522375.

HSL color Cylindrical-coordinate representation of color #C755CE: hue angle of 296.53º 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 #C755CE is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 85 206 -
CMYK 0.03 0.59 0 0.19
HSL 296.53º 0.55% 0.57% -
HSV(B) 296.53º 0.59% 0.81% -
XYZ 37.94 23.1 60.85 -
YUV 132.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 199 85 206 0.03 0.59 0 0.19 296.53 0.55 0.57
Hex C7 55 CE 3 3B 0 13 129 37 39
Octal 307 125 316 3 73 0 23 451 67 71
Binary 11000111 1010101 11001110 11 111011 0 10011 100101001 110111 111001

Color Harmonies of #C755CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755CE

Black with #C755CE

Text Example


Text Example

White with #C755CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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