Html Css Color HEX #C34DB0 Fuchsia

📋 copy color: '#C34DB0'

red 195 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #C34DB0

Tints of Fuchsia #C34DB0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.19%

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

R = 43.53%
G = 17.19%
B = 39.29%

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

#C34DB0 (or 0xC34DB0) is known color: Fuchsia. HEX triplet: C3, 4D and B0. RGB value is (195,77,176). Sum of RGB (Red+Green+Blue) = 195+77+176=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34DB0 is #3CB24F. Grayscale: #7B7B7B. Windows color (decimal): -3977808 or 11554243. OLE color: 11554243.

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

Color convert

RGB 195 77 176 -
CMYK 0 0.61 0.10 0.24
HSL 309.66º 0.5% 0.53% -
HSV(B) 309.66º 0.61% 0.76% -
XYZ 33 20.04 43.2 -
YUV 123.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 195 77 176 0 0.61 0.10 0.24 309.66 0.5 0.53
Hex C3 4D B0 0 3D A 18 136 32 35
Octal 303 115 260 0 75 12 30 466 62 65
Binary 11000011 1001101 10110000 0 111101 1010 11000 100110110 110010 110101

Color Harmonies of #C34DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DB0

Black with #C34DB0

Text Example


Text Example

White with #C34DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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