Html Css Color HEX #C757CB Fuchsia

📋 copy color: '#C757CB'

red 199 ◦ green 87 ◦ blue 203

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

Shades of Fuchsia #C757CB

Tints of Fuchsia #C757CB

RGB

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

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

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

R = 40.7%
G = 17.79%
B = 41.51%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C757CB (or 0xC757CB) is known color: Fuchsia. HEX triplet: C7, 57 and CB. RGB value is (199,87,203). Sum of RGB (Red+Green+Blue) = 199+87+203=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #C757CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757CB is #38A834. Grayscale: #858585. Windows color (decimal): -3713077 or 13326279. OLE color: 13326279.

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

Color convert

RGB 199 87 203 -
CMYK 0.02 0.57 0 0.20
HSL 297.93º 0.53% 0.57% -
HSV(B) 297.93º 0.57% 0.8% -
XYZ 37.74 23.27 59 -
YUV 133.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 199 87 203 0.02 0.57 0 0.20 297.93 0.53 0.57
Hex C7 57 CB 2 39 0 14 12A 35 39
Octal 307 127 313 2 71 0 24 452 65 71
Binary 11000111 1010111 11001011 10 111001 0 10100 100101010 110101 111001

Color Harmonies of #C757CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C757CB

Black with #C757CB

Text Example


Text Example

White with #C757CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C757CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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