Html Css Color HEX #C235BE Fuchsia

📋 copy color: '#C235BE'

red 194 ◦ green 53 ◦ blue 190

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

Shades of Fuchsia #C235BE

Tints of Fuchsia #C235BE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.13%

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 44.39%
G = 12.13%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C235BE (or 0xC235BE) is known color: Fuchsia. HEX triplet: C2, 35 and BE. RGB value is (194,53,190). Sum of RGB (Red+Green+Blue) = 194+53+190=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C235BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235BE is #3DCA41. Grayscale: #6E6E6E. Windows color (decimal): -4049474 or 12465602. OLE color: 12465602.

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

Color convert

RGB 194 53 190 -
CMYK 0 0.73 0.02 0.24
HSL 301.7º 0.57% 0.48% -
HSV(B) 301.7º 0.73% 0.76% -
XYZ 32.82 17.73 50.41 -
YUV 110.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 194 53 190 0 0.73 0.02 0.24 301.7 0.57 0.48
Hex C2 35 BE 0 49 2 18 12E 39 30
Octal 302 65 276 0 111 2 30 456 71 60
Binary 11000010 110101 10111110 0 1001001 10 11000 100101110 111001 110000

Color Harmonies of #C235BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235BE

Black with #C235BE

Text Example


Text Example

White with #C235BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235BE; }

 p { color: rgb(194,53,190); }

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

background-color css

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

 a { background-color: rgb(194,53,190); }

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

border-color css

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

 span { border-color: rgb(194,53,190); }

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