Html Css Color HEX #C253BA Fuchsia

📋 copy color: '#C253BA'

red 194 ◦ green 83 ◦ blue 186

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

Shades of Fuchsia #C253BA

Tints of Fuchsia #C253BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.93%

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 41.9%
G = 17.93%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C253BA (or 0xC253BA) is known color: Fuchsia. HEX triplet: C2, 53 and BA. RGB value is (194,83,186). Sum of RGB (Red+Green+Blue) = 194+83+186=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C253BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253BA is #3DAC45. Grayscale: #7F7F7F. Windows color (decimal): -4041798 or 12211138. OLE color: 12211138.

HSL color Cylindrical-coordinate representation of color #C253BA: hue angle of 304.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C253BA is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 83 186 -
CMYK 0 0.57 0.04 0.24
HSL 304.32º 0.48% 0.54% -
HSV(B) 304.32º 0.57% 0.76% -
XYZ 34.2 21.2 48.74 -
YUV 127.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 194 83 186 0 0.57 0.04 0.24 304.32 0.48 0.54
Hex C2 53 BA 0 39 4 18 130 30 36
Octal 302 123 272 0 71 4 30 460 60 66
Binary 11000010 1010011 10111010 0 111001 100 11000 100110000 110000 110110

Color Harmonies of #C253BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C253BA

Black with #C253BA

Text Example


Text Example

White with #C253BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C253BA; }

 p { color: rgb(194,83,186); }

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

background-color css

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

 a { background-color: rgb(194,83,186); }

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

border-color css

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

 span { border-color: rgb(194,83,186); }

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