Html Css Color HEX #C235BC Fuchsia

📋 copy color: '#C235BC'

red 194 ◦ green 53 ◦ blue 188

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

Shades of Fuchsia #C235BC

Tints of Fuchsia #C235BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 44.6%
G = 12.18%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C235BC (or 0xC235BC) is known color: Fuchsia. HEX triplet: C2, 35 and BC. RGB value is (194,53,188). Sum of RGB (Red+Green+Blue) = 194+53+188=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C235BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235BC is #3DCA43. Grayscale: #6E6E6E. Windows color (decimal): -4049476 or 12334530. OLE color: 12334530.

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

Color convert

RGB 194 53 188 -
CMYK 0 0.73 0.03 0.24
HSL 302.55º 0.57% 0.48% -
HSV(B) 302.55º 0.73% 0.76% -
XYZ 32.6 17.65 49.26 -
YUV 110.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 194 53 188 0 0.73 0.03 0.24 302.55 0.57 0.48
Hex C2 35 BC 0 49 3 18 12F 39 30
Octal 302 65 274 0 111 3 30 457 71 60
Binary 11000010 110101 10111100 0 1001001 11 11000 100101111 111001 110000

Color Harmonies of #C235BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235BC

Black with #C235BC

Text Example


Text Example

White with #C235BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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