Html Css Color HEX #C257CC Fuchsia

📋 copy color: '#C257CC'

red 194 ◦ green 87 ◦ blue 204

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

Shades of Fuchsia #C257CC

Tints of Fuchsia #C257CC

RGB

 RED value IS 194 (76.17% from 255) = 40%

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 40%
G = 17.94%
B = 42.06%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C257CC (or 0xC257CC) is known color: Fuchsia. HEX triplet: C2, 57 and CC. RGB value is (194,87,204). Sum of RGB (Red+Green+Blue) = 194+87+204=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #C257CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257CC is #3DA833. Grayscale: #838383. Windows color (decimal): -4040756 or 13391810. OLE color: 13391810.

HSL color Cylindrical-coordinate representation of color #C257CC: hue angle of 294.87º 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 #C257CC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 87 204 -
CMYK 0.05 0.57 0 0.2
HSL 294.87º 0.53% 0.57% -
HSV(B) 294.87º 0.57% 0.8% -
XYZ 36.56 22.65 59.57 -
YUV 132.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 194 87 204 0.05 0.57 0 0.2 294.87 0.53 0.57
Hex C2 57 CC 5 39 0 14 127 35 39
Octal 302 127 314 5 71 0 24 447 65 71
Binary 11000010 1010111 11001100 101 111001 0 10100 100100111 110101 111001

Color Harmonies of #C257CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257CC

Black with #C257CC

Text Example


Text Example

White with #C257CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257CC; }

 p { color: rgb(194,87,204); }

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

background-color css

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

 a { background-color: rgb(194,87,204); }

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

border-color css

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

 span { border-color: rgb(194,87,204); }

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