Html Css Color HEX #C035B4 Fuchsia

📋 copy color: '#C035B4'

red 192 ◦ green 53 ◦ blue 180

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

Shades of Fuchsia #C035B4

Tints of Fuchsia #C035B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.35%

R = 45.18%
G = 12.47%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C035B4 (or 0xC035B4) is known color: Fuchsia. HEX triplet: C0, 35 and B4. RGB value is (192,53,180). Sum of RGB (Red+Green+Blue) = 192+53+180=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C035B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035B4 is #3FCA4B. Grayscale: #6C6C6C. Windows color (decimal): -4180556 or 11810240. OLE color: 11810240.

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

Color convert

RGB 192 53 180 -
CMYK 0 0.72 0.06 0.25
HSL 305.18º 0.57% 0.48% -
HSV(B) 305.18º 0.72% 0.75% -
XYZ 31.25 17.05 44.82 -
YUV 109.04 168.05 187.17 -
System Red Green Blue C M Y K H S L
Decimal 192 53 180 0 0.72 0.06 0.25 305.18 0.57 0.48
Hex C0 35 B4 0 48 6 19 131 39 30
Octal 300 65 264 0 110 6 31 461 71 60
Binary 11000000 110101 10110100 0 1001000 110 11001 100110001 111001 110000

Color Harmonies of #C035B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035B4

Black with #C035B4

Text Example


Text Example

White with #C035B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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