Html Css Color HEX #C035BF Fuchsia

📋 copy color: '#C035BF'

red 192 ◦ green 53 ◦ blue 191

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

Shades of Fuchsia #C035BF

Tints of Fuchsia #C035BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.81%

R = 44.04%
G = 12.16%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C035BF (or 0xC035BF) is known color: Fuchsia. HEX triplet: C0, 35 and BF. RGB value is (192,53,191). Sum of RGB (Red+Green+Blue) = 192+53+191=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C035BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035BF is #3FCA40. Grayscale: #6D6D6D. Windows color (decimal): -4180545 or 12531136. OLE color: 12531136.

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

Color convert

RGB 192 53 191 -
CMYK 0 0.72 0.01 0.25
HSL 300.43º 0.57% 0.48% -
HSV(B) 300.43º 0.72% 0.75% -
XYZ 32.42 17.51 50.96 -
YUV 110.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 192 53 191 0 0.72 0.01 0.25 300.43 0.57 0.48
Hex C0 35 BF 0 48 1 19 12C 39 30
Octal 300 65 277 0 110 1 31 454 71 60
Binary 11000000 110101 10111111 0 1001000 1 11001 100101100 111001 110000

Color Harmonies of #C035BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035BF

Black with #C035BF

Text Example


Text Example

White with #C035BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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