Html Css Color HEX #C035AA Fuchsia

📋 copy color: '#C035AA'

red 192 ◦ green 53 ◦ blue 170

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

Shades of Fuchsia #C035AA

Tints of Fuchsia #C035AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 46.27%
G = 12.77%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C035AA (or 0xC035AA) is known color: Fuchsia. HEX triplet: C0, 35 and AA. RGB value is (192,53,170). Sum of RGB (Red+Green+Blue) = 192+53+170=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C035AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035AA is #3FCA55. Grayscale: #6B6B6B. Windows color (decimal): -4180566 or 11154880. OLE color: 11154880.

HSL color Cylindrical-coordinate representation of color #C035AA: hue angle of 309.5º 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 #C035AA is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 170 -
CMYK 0 0.72 0.11 0.25
HSL 309.5º 0.57% 0.48% -
HSV(B) 309.5º 0.72% 0.75% -
XYZ 30.27 16.65 39.65 -
YUV 107.9 163.05 187.99 -
System Red Green Blue C M Y K H S L
Decimal 192 53 170 0 0.72 0.11 0.25 309.5 0.57 0.48
Hex C0 35 AA 0 48 B 19 135 39 30
Octal 300 65 252 0 110 13 31 465 71 60
Binary 11000000 110101 10101010 0 1001000 1011 11001 100110101 111001 110000

Color Harmonies of #C035AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035AA

Black with #C035AA

Text Example


Text Example

White with #C035AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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