Html Css Color HEX #C034B5 Fuchsia

📋 copy color: '#C034B5'

red 192 ◦ green 52 ◦ blue 181

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

Shades of Fuchsia #C034B5

Tints of Fuchsia #C034B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.59%

R = 45.18%
G = 12.24%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C034B5 (or 0xC034B5) is known color: Fuchsia. HEX triplet: C0, 34 and B5. RGB value is (192,52,181). Sum of RGB (Red+Green+Blue) = 192+52+181=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C034B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034B5 is #3FCB4A. Grayscale: #6C6C6C. Windows color (decimal): -4180811 or 11875520. OLE color: 11875520.

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

Color convert

RGB 192 52 181 -
CMYK 0 0.73 0.06 0.25
HSL 304.71º 0.57% 0.48% -
HSV(B) 304.71º 0.73% 0.75% -
XYZ 31.31 17 45.35 -
YUV 108.57 168.88 187.51 -
System Red Green Blue C M Y K H S L
Decimal 192 52 181 0 0.73 0.06 0.25 304.71 0.57 0.48
Hex C0 34 B5 0 49 6 19 131 39 30
Octal 300 64 265 0 111 6 31 461 71 60
Binary 11000000 110100 10110101 0 1001001 110 11001 100110001 111001 110000

Color Harmonies of #C034B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034B5

Black with #C034B5

Text Example


Text Example

White with #C034B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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