Html Css Color HEX #C035BE Fuchsia

📋 copy color: '#C035BE'

red 192 ◦ green 53 ◦ blue 190

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

Shades of Fuchsia #C035BE

Tints of Fuchsia #C035BE

RGB

 RED value IS 192 (75.39% from 255) = 44.14%

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

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

R = 44.14%
G = 12.18%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C035BE (or 0xC035BE) is known color: Fuchsia. HEX triplet: C0, 35 and BE. RGB value is (192,53,190). Sum of RGB (Red+Green+Blue) = 192+53+190=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C035BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035BE is #3FCA41. Grayscale: #6D6D6D. Windows color (decimal): -4180546 or 12465600. OLE color: 12465600.

HSL color Cylindrical-coordinate representation of color #C035BE: hue angle of 300.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C035BE is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 190 -
CMYK 0 0.72 0.01 0.25
HSL 300.86º 0.57% 0.48% -
HSV(B) 300.86º 0.72% 0.75% -
XYZ 32.31 17.47 50.38 -
YUV 110.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 192 53 190 0 0.72 0.01 0.25 300.86 0.57 0.48
Hex C0 35 BE 0 48 1 19 12D 39 30
Octal 300 65 276 0 110 1 31 455 71 60
Binary 11000000 110101 10111110 0 1001000 1 11001 100101101 111001 110000

Color Harmonies of #C035BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035BE

Black with #C035BE

Text Example


Text Example

White with #C035BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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