Html Css Color HEX #C035AF Fuchsia

📋 copy color: '#C035AF'

red 192 ◦ green 53 ◦ blue 175

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

Shades of Fuchsia #C035AF

Tints of Fuchsia #C035AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 45.71%
G = 12.62%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C035AF (or 0xC035AF) is known color: Fuchsia. HEX triplet: C0, 35 and AF. RGB value is (192,53,175). Sum of RGB (Red+Green+Blue) = 192+53+175=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C035AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035AF is #3FCA50. Grayscale: #6C6C6C. Windows color (decimal): -4180561 or 11482560. OLE color: 11482560.

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

Color convert

RGB 192 53 175 -
CMYK 0 0.72 0.09 0.25
HSL 307.34º 0.57% 0.48% -
HSV(B) 307.34º 0.72% 0.75% -
XYZ 30.75 16.85 42.19 -
YUV 108.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 192 53 175 0 0.72 0.09 0.25 307.34 0.57 0.48
Hex C0 35 AF 0 48 9 19 133 39 30
Octal 300 65 257 0 110 11 31 463 71 60
Binary 11000000 110101 10101111 0 1001000 1001 11001 100110011 111001 110000

Color Harmonies of #C035AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035AF

Black with #C035AF

Text Example


Text Example

White with #C035AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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