Html Css Color HEX #C034BB Fuchsia

📋 copy color: '#C034BB'

red 192 ◦ green 52 ◦ blue 187

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

Shades of Fuchsia #C034BB

Tints of Fuchsia #C034BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 44.55%
G = 12.06%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C034BB (or 0xC034BB) is known color: Fuchsia. HEX triplet: C0, 34 and BB. RGB value is (192,52,187). Sum of RGB (Red+Green+Blue) = 192+52+187=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C034BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034BB is #3FCB44. Grayscale: #6C6C6C. Windows color (decimal): -4180805 or 12268736. OLE color: 12268736.

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

Color convert

RGB 192 52 187 -
CMYK 0 0.73 0.03 0.25
HSL 302.14º 0.57% 0.48% -
HSV(B) 302.14º 0.73% 0.75% -
XYZ 31.94 17.25 48.66 -
YUV 109.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 192 52 187 0 0.73 0.03 0.25 302.14 0.57 0.48
Hex C0 34 BB 0 49 3 19 12E 39 30
Octal 300 64 273 0 111 3 31 456 71 60
Binary 11000000 110100 10111011 0 1001001 11 11001 100101110 111001 110000

Color Harmonies of #C034BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034BB

Black with #C034BB

Text Example


Text Example

White with #C034BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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