Html Css Color HEX #C251CA Fuchsia

📋 copy color: '#C251CA'

red 194 ◦ green 81 ◦ blue 202

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

Shades of Fuchsia #C251CA

Tints of Fuchsia #C251CA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.98%

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

R = 40.67%
G = 16.98%
B = 42.35%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C251CA (or 0xC251CA) is known color: Fuchsia. HEX triplet: C2, 51 and CA. RGB value is (194,81,202). Sum of RGB (Red+Green+Blue) = 194+81+202=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #C251CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251CA is #3DAE35. Grayscale: #808080. Windows color (decimal): -4042294 or 13259202. OLE color: 13259202.

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

Color convert

RGB 194 81 202 -
CMYK 0.04 0.60 0 0.21
HSL 296.03º 0.53% 0.55% -
HSV(B) 296.03º 0.6% 0.79% -
XYZ 35.85 21.62 58.16 -
YUV 128.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 194 81 202 0.04 0.60 0 0.21 296.03 0.53 0.55
Hex C2 51 CA 4 3C 0 15 128 35 37
Octal 302 121 312 4 74 0 25 450 65 67
Binary 11000010 1010001 11001010 100 111100 0 10101 100101000 110101 110111

Color Harmonies of #C251CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251CA

Black with #C251CA

Text Example


Text Example

White with #C251CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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