Html Css Color HEX #C254CA Fuchsia

📋 copy color: '#C254CA'

red 194 ◦ green 84 ◦ blue 202

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

Shades of Fuchsia #C254CA

Tints of Fuchsia #C254CA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.5%

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

R = 40.42%
G = 17.5%
B = 42.08%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C254CA (or 0xC254CA) is known color: Fuchsia. HEX triplet: C2, 54 and CA. RGB value is (194,84,202). Sum of RGB (Red+Green+Blue) = 194+84+202=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #C254CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254CA is #3DAB35. Grayscale: #818181. Windows color (decimal): -4041526 or 13259970. OLE color: 13259970.

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

Color convert

RGB 194 84 202 -
CMYK 0.04 0.58 0 0.21
HSL 295.93º 0.53% 0.56% -
HSV(B) 295.93º 0.58% 0.79% -
XYZ 36.08 22.07 58.24 -
YUV 130.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 194 84 202 0.04 0.58 0 0.21 295.93 0.53 0.56
Hex C2 54 CA 4 3A 0 15 128 35 38
Octal 302 124 312 4 72 0 25 450 65 70
Binary 11000010 1010100 11001010 100 111010 0 10101 100101000 110101 111000

Color Harmonies of #C254CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254CA

Black with #C254CA

Text Example


Text Example

White with #C254CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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