Html Css Color HEX #C34EB8 Fuchsia

📋 copy color: '#C34EB8'

red 195 ◦ green 78 ◦ blue 184

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

Shades of Fuchsia #C34EB8

Tints of Fuchsia #C34EB8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.07%

 BLUE value IS 184 (72.27% from 255) = 40.26%

R = 42.67%
G = 17.07%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C34EB8 (or 0xC34EB8) is known color: Fuchsia. HEX triplet: C3, 4E and B8. RGB value is (195,78,184). Sum of RGB (Red+Green+Blue) = 195+78+184=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EB8 is #3CB147. Grayscale: #7C7C7C. Windows color (decimal): -3977544 or 12078787. OLE color: 12078787.

HSL color Cylindrical-coordinate representation of color #C34EB8: hue angle of 305.64º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34EB8 is Cyan = 0, Magento = 0.6, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 78 184 -
CMYK 0 0.6 0.06 0.24
HSL 305.64º 0.49% 0.54% -
HSV(B) 305.64º 0.6% 0.76% -
XYZ 33.88 20.51 47.52 -
YUV 125.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 195 78 184 0 0.6 0.06 0.24 305.64 0.49 0.54
Hex C3 4E B8 0 3C 6 18 132 31 36
Octal 303 116 270 0 74 6 30 462 61 66
Binary 11000011 1001110 10111000 0 111100 110 11000 100110010 110001 110110

Color Harmonies of #C34EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EB8

Black with #C34EB8

Text Example


Text Example

White with #C34EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EB8; }

 p { color: rgb(195,78,184); }

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

background-color css

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

 a { background-color: rgb(195,78,184); }

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

border-color css

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

 span { border-color: rgb(195,78,184); }

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