Html Css Color HEX #C34BAA Fuchsia

📋 copy color: '#C34BAA'

red 195 ◦ green 75 ◦ blue 170

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

Shades of Fuchsia #C34BAA

Tints of Fuchsia #C34BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.05%

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 44.32%
G = 17.05%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C34BAA (or 0xC34BAA) is known color: Fuchsia. HEX triplet: C3, 4B and AA. RGB value is (195,75,170). Sum of RGB (Red+Green+Blue) = 195+75+170=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34BAA is #3CB455. Grayscale: #797979. Windows color (decimal): -3978326 or 11160515. OLE color: 11160515.

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

Color convert

RGB 195 75 170 -
CMYK 0 0.62 0.13 0.24
HSL 312.5º 0.5% 0.53% -
HSV(B) 312.5º 0.62% 0.76% -
XYZ 32.28 19.54 40.1 -
YUV 121.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 195 75 170 0 0.62 0.13 0.24 312.5 0.5 0.53
Hex C3 4B AA 0 3E D 18 138 32 35
Octal 303 113 252 0 76 15 30 470 62 65
Binary 11000011 1001011 10101010 0 111110 1101 11000 100111000 110010 110101

Color Harmonies of #C34BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BAA

Black with #C34BAA

Text Example


Text Example

White with #C34BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BAA; }

 p { color: rgb(195,75,170); }

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

background-color css

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

 a { background-color: rgb(195,75,170); }

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

border-color css

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

 span { border-color: rgb(195,75,170); }

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