Html Css Color HEX #C237CA Fuchsia

📋 copy color: '#C237CA'

red 194 ◦ green 55 ◦ blue 202

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

Shades of Fuchsia #C237CA

Tints of Fuchsia #C237CA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.2%

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

R = 43.02%
G = 12.2%
B = 44.79%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C237CA (or 0xC237CA) is known color: Fuchsia. HEX triplet: C2, 37 and CA. RGB value is (194,55,202). Sum of RGB (Red+Green+Blue) = 194+55+202=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #C237CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237CA is #3DC835. Grayscale: #707070. Windows color (decimal): -4048950 or 13252546. OLE color: 13252546.

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

Color convert

RGB 194 55 202 -
CMYK 0.04 0.73 0 0.21
HSL 296.73º 0.58% 0.5% -
HSV(B) 296.73º 0.73% 0.79% -
XYZ 34.27 18.47 57.63 -
YUV 113.32 178.05 185.55 -
System Red Green Blue C M Y K H S L
Decimal 194 55 202 0.04 0.73 0 0.21 296.73 0.58 0.5
Hex C2 37 CA 4 49 0 15 129 3A 32
Octal 302 67 312 4 111 0 25 451 72 62
Binary 11000010 110111 11001010 100 1001001 0 10101 100101001 111010 110010

Color Harmonies of #C237CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C237CA

Black with #C237CA

Text Example


Text Example

White with #C237CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C237CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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