Html Css Color HEX #C256CA Fuchsia

📋 copy color: '#C256CA'

red 194 ◦ green 86 ◦ blue 202

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

Shades of Fuchsia #C256CA

Tints of Fuchsia #C256CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.84%

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 40.25%
G = 17.84%
B = 41.91%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C256CA (or 0xC256CA) is known color: Fuchsia. HEX triplet: C2, 56 and CA. RGB value is (194,86,202). Sum of RGB (Red+Green+Blue) = 194+86+202=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #C256CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256CA is #3DA935. Grayscale: #838383. Windows color (decimal): -4041014 or 13260482. OLE color: 13260482.

HSL color Cylindrical-coordinate representation of color #C256CA: hue angle of 295.86º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C256CA is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 86 202 -
CMYK 0.04 0.57 0 0.21
HSL 295.86º 0.52% 0.56% -
HSV(B) 295.86º 0.57% 0.79% -
XYZ 36.24 22.39 58.29 -
YUV 131.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 194 86 202 0.04 0.57 0 0.21 295.86 0.52 0.56
Hex C2 56 CA 4 39 0 15 128 34 38
Octal 302 126 312 4 71 0 25 450 64 70
Binary 11000010 1010110 11001010 100 111001 0 10101 100101000 110100 111000

Color Harmonies of #C256CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256CA

Black with #C256CA

Text Example


Text Example

White with #C256CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256CA; }

 p { color: rgb(194,86,202); }

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

background-color css

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

 a { background-color: rgb(194,86,202); }

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

border-color css

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

 span { border-color: rgb(194,86,202); }

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