Html Css Color HEX #C035C3 Fuchsia

📋 copy color: '#C035C3'

red 192 ◦ green 53 ◦ blue 195

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

Shades of Fuchsia #C035C3

Tints of Fuchsia #C035C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.32%

R = 43.64%
G = 12.05%
B = 44.32%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C035C3 (or 0xC035C3) is known color: Fuchsia. HEX triplet: C0, 35 and C3. RGB value is (192,53,195). Sum of RGB (Red+Green+Blue) = 192+53+195=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #C035C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035C3 is #3FCA3C. Grayscale: #6E6E6E. Windows color (decimal): -4180541 or 12793280. OLE color: 12793280.

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

Color convert

RGB 192 53 195 -
CMYK 0.02 0.73 0 0.24
HSL 298.73º 0.57% 0.49% -
HSV(B) 298.73º 0.73% 0.76% -
XYZ 32.86 17.69 53.31 -
YUV 110.75 175.55 185.95 -
System Red Green Blue C M Y K H S L
Decimal 192 53 195 0.02 0.73 0 0.24 298.73 0.57 0.49
Hex C0 35 C3 2 49 0 18 12B 39 31
Octal 300 65 303 2 111 0 30 453 71 61
Binary 11000000 110101 11000011 10 1001001 0 11000 100101011 111001 110001

Color Harmonies of #C035C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035C3

Black with #C035C3

Text Example


Text Example

White with #C035C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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