Html Css Color HEX #C34CB5 Fuchsia

📋 copy color: '#C34CB5'

red 195 ◦ green 76 ◦ blue 181

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

Shades of Fuchsia #C34CB5

Tints of Fuchsia #C34CB5

RGB

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

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

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

R = 43.14%
G = 16.81%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C34CB5 (or 0xC34CB5) is known color: Fuchsia. HEX triplet: C3, 4C and B5. RGB value is (195,76,181). Sum of RGB (Red+Green+Blue) = 195+76+181=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CB5 is #3CB34A. Grayscale: #7B7B7B. Windows color (decimal): -3978059 or 11881667. OLE color: 11881667.

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

Color convert

RGB 195 76 181 -
CMYK 0 0.61 0.07 0.24
HSL 307.06º 0.5% 0.53% -
HSV(B) 307.06º 0.61% 0.76% -
XYZ 33.43 20.11 45.84 -
YUV 123.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 195 76 181 0 0.61 0.07 0.24 307.06 0.5 0.53
Hex C3 4C B5 0 3D 7 18 133 32 35
Octal 303 114 265 0 75 7 30 463 62 65
Binary 11000011 1001100 10110101 0 111101 111 11000 100110011 110010 110101

Color Harmonies of #C34CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CB5

Black with #C34CB5

Text Example


Text Example

White with #C34CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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