Html Css Color HEX #C755CB Fuchsia

📋 copy color: '#C755CB'

red 199 ◦ green 85 ◦ blue 203

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

Shades of Fuchsia #C755CB

Tints of Fuchsia #C755CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 40.86%
G = 17.45%
B = 41.68%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C755CB (or 0xC755CB) is known color: Fuchsia. HEX triplet: C7, 55 and CB. RGB value is (199,85,203). Sum of RGB (Red+Green+Blue) = 199+85+203=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #C755CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C755CB is #38AA34. Grayscale: #848484. Windows color (decimal): -3713589 or 13325767. OLE color: 13325767.

HSL color Cylindrical-coordinate representation of color #C755CB: hue angle of 297.97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C755CB is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 85 203 -
CMYK 0.02 0.58 0 0.20
HSL 297.97º 0.53% 0.56% -
HSV(B) 297.97º 0.58% 0.8% -
XYZ 37.58 22.95 58.95 -
YUV 132.54 167.77 175.41 -
System Red Green Blue C M Y K H S L
Decimal 199 85 203 0.02 0.58 0 0.20 297.97 0.53 0.56
Hex C7 55 CB 2 3A 0 14 12A 35 38
Octal 307 125 313 2 72 0 24 452 65 70
Binary 11000111 1010101 11001011 10 111010 0 10100 100101010 110101 111000

Color Harmonies of #C755CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755CB

Black with #C755CB

Text Example


Text Example

White with #C755CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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