Html Css Color HEX #C34CAB Fuchsia

📋 copy color: '#C34CAB'

red 195 ◦ green 76 ◦ blue 171

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

Shades of Fuchsia #C34CAB

Tints of Fuchsia #C34CAB

RGB

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

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

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

R = 44.12%
G = 17.19%
B = 38.69%

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

#C34CAB (or 0xC34CAB) is known color: Fuchsia. HEX triplet: C3, 4C and AB. RGB value is (195,76,171). Sum of RGB (Red+Green+Blue) = 195+76+171=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CAB is #3CB354. Grayscale: #7A7A7A. Windows color (decimal): -3978069 or 11226307. OLE color: 11226307.

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

Color convert

RGB 195 76 171 -
CMYK 0 0.61 0.12 0.24
HSL 312.1º 0.5% 0.53% -
HSV(B) 312.1º 0.61% 0.76% -
XYZ 32.44 19.71 40.62 -
YUV 122.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 195 76 171 0 0.61 0.12 0.24 312.1 0.5 0.53
Hex C3 4C AB 0 3D C 18 138 32 35
Octal 303 114 253 0 75 14 30 470 62 65
Binary 11000011 1001100 10101011 0 111101 1100 11000 100111000 110010 110101

Color Harmonies of #C34CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CAB

Black with #C34CAB

Text Example


Text Example

White with #C34CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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