Html Css Color HEX #C757CF Fuchsia

📋 copy color: '#C757CF'

red 199 ◦ green 87 ◦ blue 207

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

Shades of Fuchsia #C757CF

Tints of Fuchsia #C757CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 40.37%
G = 17.65%
B = 41.99%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C757CF (or 0xC757CF) is known color: Fuchsia. HEX triplet: C7, 57 and CF. RGB value is (199,87,207). Sum of RGB (Red+Green+Blue) = 199+87+207=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C757CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757CF is #38A830. Grayscale: #858585. Windows color (decimal): -3713073 or 13588423. OLE color: 13588423.

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

Color convert

RGB 199 87 207 -
CMYK 0.04 0.58 0 0.19
HSL 296º 0.56% 0.58% -
HSV(B) 296º 0.58% 0.81% -
XYZ 38.22 23.46 61.55 -
YUV 134.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 199 87 207 0.04 0.58 0 0.19 296 0.56 0.58
Hex C7 57 CF 4 3A 0 13 128 38 3A
Octal 307 127 317 4 72 0 23 450 70 72
Binary 11000111 1010111 11001111 100 111010 0 10011 100101000 111000 111010

Color Harmonies of #C757CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C757CF

Black with #C757CF

Text Example


Text Example

White with #C757CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C757CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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