Html Css Color HEX #C34DAB Fuchsia

📋 copy color: '#C34DAB'

red 195 ◦ green 77 ◦ blue 171

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

Shades of Fuchsia #C34DAB

Tints of Fuchsia #C34DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 44.02%
G = 17.38%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C34DAB (or 0xC34DAB) is known color: Fuchsia. HEX triplet: C3, 4D and AB. RGB value is (195,77,171). Sum of RGB (Red+Green+Blue) = 195+77+171=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34DAB is #3CB254. Grayscale: #7A7A7A. Windows color (decimal): -3977813 or 11226563. OLE color: 11226563.

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

Color convert

RGB 195 77 171 -
CMYK 0 0.61 0.12 0.24
HSL 312.2º 0.5% 0.53% -
HSV(B) 312.2º 0.61% 0.76% -
XYZ 32.51 19.85 40.65 -
YUV 123 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 195 77 171 0 0.61 0.12 0.24 312.2 0.5 0.53
Hex C3 4D AB 0 3D C 18 138 32 35
Octal 303 115 253 0 75 14 30 470 62 65
Binary 11000011 1001101 10101011 0 111101 1100 11000 100111000 110010 110101

Color Harmonies of #C34DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DAB

Black with #C34DAB

Text Example


Text Example

White with #C34DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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