Html Css Color HEX #C34CB2 Fuchsia

📋 copy color: '#C34CB2'

red 195 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #C34CB2

Tints of Fuchsia #C34CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.64%

R = 43.43%
G = 16.93%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C34CB2 (or 0xC34CB2) is known color: Fuchsia. HEX triplet: C3, 4C and B2. RGB value is (195,76,178). Sum of RGB (Red+Green+Blue) = 195+76+178=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CB2 is #3CB34D. Grayscale: #7A7A7A. Windows color (decimal): -3978062 or 11685059. OLE color: 11685059.

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

Color convert

RGB 195 76 178 -
CMYK 0 0.61 0.09 0.24
HSL 308.57º 0.5% 0.53% -
HSV(B) 308.57º 0.61% 0.76% -
XYZ 33.13 19.99 44.23 -
YUV 123.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 195 76 178 0 0.61 0.09 0.24 308.57 0.5 0.53
Hex C3 4C B2 0 3D 9 18 135 32 35
Octal 303 114 262 0 75 11 30 465 62 65
Binary 11000011 1001100 10110010 0 111101 1001 11000 100110101 110010 110101

Color Harmonies of #C34CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CB2

Black with #C34CB2

Text Example


Text Example

White with #C34CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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