Html Css Color HEX #C035C2 Fuchsia

📋 copy color: '#C035C2'

red 192 ◦ green 53 ◦ blue 194

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

Shades of Fuchsia #C035C2

Tints of Fuchsia #C035C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.19%

R = 43.74%
G = 12.07%
B = 44.19%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C035C2 (or 0xC035C2) is known color: Fuchsia. HEX triplet: C0, 35 and C2. RGB value is (192,53,194). Sum of RGB (Red+Green+Blue) = 192+53+194=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #C035C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035C2 is #3FCA3D. Grayscale: #6E6E6E. Windows color (decimal): -4180542 or 12727744. OLE color: 12727744.

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

Color convert

RGB 192 53 194 -
CMYK 0.01 0.73 0 0.24
HSL 299.15º 0.57% 0.48% -
HSV(B) 299.15º 0.73% 0.76% -
XYZ 32.75 17.65 52.72 -
YUV 110.64 175.05 186.04 -
System Red Green Blue C M Y K H S L
Decimal 192 53 194 0.01 0.73 0 0.24 299.15 0.57 0.48
Hex C0 35 C2 1 49 0 18 12B 39 30
Octal 300 65 302 1 111 0 30 453 71 60
Binary 11000000 110101 11000010 1 1001001 0 11000 100101011 111001 110000

Color Harmonies of #C035C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035C2

Black with #C035C2

Text Example


Text Example

White with #C035C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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