Html Css Color HEX #C253BD Fuchsia

📋 copy color: '#C253BD'

red 194 ◦ green 83 ◦ blue 189

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

Shades of Fuchsia #C253BD

Tints of Fuchsia #C253BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 41.63%
G = 17.81%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C253BD (or 0xC253BD) is known color: Fuchsia. HEX triplet: C2, 53 and BD. RGB value is (194,83,189). Sum of RGB (Red+Green+Blue) = 194+83+189=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C253BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253BD is #3DAC42. Grayscale: #7F7F7F. Windows color (decimal): -4041795 or 12407746. OLE color: 12407746.

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

Color convert

RGB 194 83 189 -
CMYK 0 0.57 0.03 0.24
HSL 302.7º 0.48% 0.54% -
HSV(B) 302.7º 0.57% 0.76% -
XYZ 34.53 21.33 50.44 -
YUV 128.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 194 83 189 0 0.57 0.03 0.24 302.7 0.48 0.54
Hex C2 53 BD 0 39 3 18 12F 30 36
Octal 302 123 275 0 71 3 30 457 60 66
Binary 11000010 1010011 10111101 0 111001 11 11000 100101111 110000 110110

Color Harmonies of #C253BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C253BD

Black with #C253BD

Text Example


Text Example

White with #C253BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C253BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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