Html Css Color HEX #C253CA Fuchsia

📋 copy color: '#C253CA'

red 194 ◦ green 83 ◦ blue 202

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

Shades of Fuchsia #C253CA

Tints of Fuchsia #C253CA

RGB

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

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

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

R = 40.5%
G = 17.33%
B = 42.17%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C253CA (or 0xC253CA) is known color: Fuchsia. HEX triplet: C2, 53 and CA. RGB value is (194,83,202). Sum of RGB (Red+Green+Blue) = 194+83+202=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #C253CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253CA is #3DAC35. Grayscale: #818181. Windows color (decimal): -4041782 or 13259714. OLE color: 13259714.

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

Color convert

RGB 194 83 202 -
CMYK 0.04 0.59 0 0.21
HSL 295.97º 0.53% 0.56% -
HSV(B) 295.97º 0.59% 0.79% -
XYZ 36 21.92 58.21 -
YUV 129.76 168.77 173.82 -
System Red Green Blue C M Y K H S L
Decimal 194 83 202 0.04 0.59 0 0.21 295.97 0.53 0.56
Hex C2 53 CA 4 3B 0 15 128 35 38
Octal 302 123 312 4 73 0 25 450 65 70
Binary 11000010 1010011 11001010 100 111011 0 10101 100101000 110101 111000

Color Harmonies of #C253CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C253CA

Black with #C253CA

Text Example


Text Example

White with #C253CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C253CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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