Html Css Color HEX #C757CE Fuchsia

📋 copy color: '#C757CE'

red 199 ◦ green 87 ◦ blue 206

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

Shades of Fuchsia #C757CE

Tints of Fuchsia #C757CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.68%

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

R = 40.45%
G = 17.68%
B = 41.87%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C757CE (or 0xC757CE) is known color: Fuchsia. HEX triplet: C7, 57 and CE. RGB value is (199,87,206). Sum of RGB (Red+Green+Blue) = 199+87+206=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #C757CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757CE is #38A831. Grayscale: #858585. Windows color (decimal): -3713074 or 13522887. OLE color: 13522887.

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

Color convert

RGB 199 87 206 -
CMYK 0.03 0.58 0 0.19
HSL 296.47º 0.55% 0.57% -
HSV(B) 296.47º 0.58% 0.81% -
XYZ 38.1 23.41 60.9 -
YUV 134.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 199 87 206 0.03 0.58 0 0.19 296.47 0.55 0.57
Hex C7 57 CE 3 3A 0 13 128 37 39
Octal 307 127 316 3 72 0 23 450 67 71
Binary 11000111 1010111 11001110 11 111010 0 10011 100101000 110111 111001

Color Harmonies of #C757CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C757CE

Black with #C757CE

Text Example


Text Example

White with #C757CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C757CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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