Html Css Color HEX #C34BBA Fuchsia

📋 copy color: '#C34BBA'

red 195 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #C34BBA

Tints of Fuchsia #C34BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 42.76%
G = 16.45%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C34BBA (or 0xC34BBA) is known color: Fuchsia. HEX triplet: C3, 4B and BA. RGB value is (195,75,186). Sum of RGB (Red+Green+Blue) = 195+75+186=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BBA is #3CB445. Grayscale: #7B7B7B. Windows color (decimal): -3978310 or 12209091. OLE color: 12209091.

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

Color convert

RGB 195 75 186 -
CMYK 0 0.62 0.05 0.24
HSL 304.5º 0.5% 0.53% -
HSV(B) 304.5º 0.62% 0.76% -
XYZ 33.88 20.18 48.56 -
YUV 123.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 195 75 186 0 0.62 0.05 0.24 304.5 0.5 0.53
Hex C3 4B BA 0 3E 5 18 130 32 35
Octal 303 113 272 0 76 5 30 460 62 65
Binary 11000011 1001011 10111010 0 111110 101 11000 100110000 110010 110101

Color Harmonies of #C34BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BBA

Black with #C34BBA

Text Example


Text Example

White with #C34BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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