Html Css Color HEX #C34CBA Fuchsia

📋 copy color: '#C34CBA'

red 195 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #C34CBA

Tints of Fuchsia #C34CBA

RGB

 RED value IS 195 (76.56% from 255) = 42.67%

 GREEN value IS 76 (30.08% from 255) = 16.63%

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 42.67%
G = 16.63%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C34CBA (or 0xC34CBA) is known color: Fuchsia. HEX triplet: C3, 4C and BA. RGB value is (195,76,186). Sum of RGB (Red+Green+Blue) = 195+76+186=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CBA is #3CB345. Grayscale: #7B7B7B. Windows color (decimal): -3978054 or 12209347. OLE color: 12209347.

HSL color Cylindrical-coordinate representation of color #C34CBA: hue angle of 304.54º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34CBA is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 76 186 -
CMYK 0 0.61 0.05 0.24
HSL 304.54º 0.5% 0.53% -
HSV(B) 304.54º 0.61% 0.76% -
XYZ 33.95 20.32 48.59 -
YUV 124.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 195 76 186 0 0.61 0.05 0.24 304.54 0.5 0.53
Hex C3 4C BA 0 3D 5 18 131 32 35
Octal 303 114 272 0 75 5 30 461 62 65
Binary 11000011 1001100 10111010 0 111101 101 11000 100110001 110010 110101

Color Harmonies of #C34CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CBA

Black with #C34CBA

Text Example


Text Example

White with #C34CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CBA; }

 p { color: rgb(195,76,186); }

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

background-color css

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

 a { background-color: rgb(195,76,186); }

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

border-color css

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

 span { border-color: rgb(195,76,186); }

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