Html Css Color HEX #C034BE Fuchsia

📋 copy color: '#C034BE'

red 192 ◦ green 52 ◦ blue 190

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

Shades of Fuchsia #C034BE

Tints of Fuchsia #C034BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.98%

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 44.24%
G = 11.98%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C034BE (or 0xC034BE) is known color: Fuchsia. HEX triplet: C0, 34 and BE. RGB value is (192,52,190). Sum of RGB (Red+Green+Blue) = 192+52+190=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C034BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034BE is #3FCB41. Grayscale: #6D6D6D. Windows color (decimal): -4180802 or 12465344. OLE color: 12465344.

HSL color Cylindrical-coordinate representation of color #C034BE: hue angle of 300.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C034BE is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 190 -
CMYK 0 0.73 0.01 0.25
HSL 300.86º 0.57% 0.48% -
HSV(B) 300.86º 0.73% 0.75% -
XYZ 32.26 17.38 50.37 -
YUV 109.59 173.38 186.78 -
System Red Green Blue C M Y K H S L
Decimal 192 52 190 0 0.73 0.01 0.25 300.86 0.57 0.48
Hex C0 34 BE 0 49 1 19 12D 39 30
Octal 300 64 276 0 111 1 31 455 71 60
Binary 11000000 110100 10111110 0 1001001 1 11001 100101101 111001 110000

Color Harmonies of #C034BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034BE

Black with #C034BE

Text Example


Text Example

White with #C034BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034BE; }

 p { color: rgb(192,52,190); }

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

background-color css

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

 a { background-color: rgb(192,52,190); }

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

border-color css

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

 span { border-color: rgb(192,52,190); }

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