Html Css Color HEX #C035B9 Fuchsia

📋 copy color: '#C035B9'

red 192 ◦ green 53 ◦ blue 185

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

Shades of Fuchsia #C035B9

Tints of Fuchsia #C035B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.02%

R = 44.65%
G = 12.33%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C035B9 (or 0xC035B9) is known color: Fuchsia. HEX triplet: C0, 35 and B9. RGB value is (192,53,185). Sum of RGB (Red+Green+Blue) = 192+53+185=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C035B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035B9 is #3FCA46. Grayscale: #6D6D6D. Windows color (decimal): -4180551 or 12137920. OLE color: 12137920.

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

Color convert

RGB 192 53 185 -
CMYK 0 0.72 0.04 0.25
HSL 303.02º 0.57% 0.48% -
HSV(B) 303.02º 0.72% 0.75% -
XYZ 31.77 17.26 47.56 -
YUV 109.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 192 53 185 0 0.72 0.04 0.25 303.02 0.57 0.48
Hex C0 35 B9 0 48 4 19 12F 39 30
Octal 300 65 271 0 110 4 31 457 71 60
Binary 11000000 110101 10111001 0 1001000 100 11001 100101111 111001 110000

Color Harmonies of #C035B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035B9

Black with #C035B9

Text Example


Text Example

White with #C035B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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