Html Css Color HEX #C755CF Fuchsia

📋 copy color: '#C755CF'

red 199 ◦ green 85 ◦ blue 207

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

Shades of Fuchsia #C755CF

Tints of Fuchsia #C755CF

RGB

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

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

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

R = 40.53%
G = 17.31%
B = 42.16%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C755CF (or 0xC755CF) is known color: Fuchsia. HEX triplet: C7, 55 and CF. RGB value is (199,85,207). Sum of RGB (Red+Green+Blue) = 199+85+207=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #C755CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C755CF is #38AA30. Grayscale: #848484. Windows color (decimal): -3713585 or 13587911. OLE color: 13587911.

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

Color convert

RGB 199 85 207 -
CMYK 0.04 0.59 0 0.19
HSL 296.07º 0.56% 0.57% -
HSV(B) 296.07º 0.59% 0.81% -
XYZ 38.06 23.14 61.49 -
YUV 132.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 199 85 207 0.04 0.59 0 0.19 296.07 0.56 0.57
Hex C7 55 CF 4 3B 0 13 128 38 39
Octal 307 125 317 4 73 0 23 450 70 71
Binary 11000111 1010101 11001111 100 111011 0 10011 100101000 111000 111001

Color Harmonies of #C755CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755CF

Black with #C755CF

Text Example


Text Example

White with #C755CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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