Html Css Color HEX #C34CB0 Fuchsia

📋 copy color: '#C34CB0'

red 195 ◦ green 76 ◦ blue 176

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

Shades of Fuchsia #C34CB0

Tints of Fuchsia #C34CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.37%

R = 43.62%
G = 17%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C34CB0 (or 0xC34CB0) is known color: Fuchsia. HEX triplet: C3, 4C and B0. RGB value is (195,76,176). Sum of RGB (Red+Green+Blue) = 195+76+176=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CB0 is #3CB34F. Grayscale: #7A7A7A. Windows color (decimal): -3978064 or 11553987. OLE color: 11553987.

HSL color Cylindrical-coordinate representation of color #C34CB0: hue angle of 309.58º 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 #C34CB0 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 76 176 -
CMYK 0 0.61 0.10 0.24
HSL 309.58º 0.5% 0.53% -
HSV(B) 309.58º 0.61% 0.76% -
XYZ 32.93 19.91 43.18 -
YUV 122.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 195 76 176 0 0.61 0.10 0.24 309.58 0.5 0.53
Hex C3 4C B0 0 3D A 18 136 32 35
Octal 303 114 260 0 75 12 30 466 62 65
Binary 11000011 1001100 10110000 0 111101 1010 11000 100110110 110010 110101

Color Harmonies of #C34CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CB0

Black with #C34CB0

Text Example


Text Example

White with #C34CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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