Html Css Color HEX #C34AB5 Fuchsia

📋 copy color: '#C34AB5'

red 195 ◦ green 74 ◦ blue 181

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

Shades of Fuchsia #C34AB5

Tints of Fuchsia #C34AB5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.44%

 BLUE value IS 181 (71.09% from 255) = 40.22%

R = 43.33%
G = 16.44%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C34AB5 (or 0xC34AB5) is known color: Fuchsia. HEX triplet: C3, 4A and B5. RGB value is (195,74,181). Sum of RGB (Red+Green+Blue) = 195+74+181=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34AB5 is #3CB54A. Grayscale: #7A7A7A. Windows color (decimal): -3978571 or 11881155. OLE color: 11881155.

HSL color Cylindrical-coordinate representation of color #C34AB5: hue angle of 306.94º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34AB5 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 74 181 -
CMYK 0 0.62 0.07 0.24
HSL 306.94º 0.5% 0.53% -
HSV(B) 306.94º 0.62% 0.76% -
XYZ 33.29 19.84 45.79 -
YUV 122.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 195 74 181 0 0.62 0.07 0.24 306.94 0.5 0.53
Hex C3 4A B5 0 3E 7 18 133 32 35
Octal 303 112 265 0 76 7 30 463 62 65
Binary 11000011 1001010 10110101 0 111110 111 11000 100110011 110010 110101

Color Harmonies of #C34AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AB5

Black with #C34AB5

Text Example


Text Example

White with #C34AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AB5; }

 p { color: rgb(195,74,181); }

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

background-color css

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

 a { background-color: rgb(195,74,181); }

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

border-color css

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

 span { border-color: rgb(195,74,181); }

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