Html Css Color HEX #C34CB3 Fuchsia

📋 copy color: '#C34CB3'

red 195 ◦ green 76 ◦ blue 179

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

Shades of Fuchsia #C34CB3

Tints of Fuchsia #C34CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.78%

R = 43.33%
G = 16.89%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C34CB3 (or 0xC34CB3) is known color: Fuchsia. HEX triplet: C3, 4C and B3. RGB value is (195,76,179). Sum of RGB (Red+Green+Blue) = 195+76+179=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CB3 is #3CB34C. Grayscale: #7B7B7B. Windows color (decimal): -3978061 or 11750595. OLE color: 11750595.

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

Color convert

RGB 195 76 179 -
CMYK 0 0.61 0.08 0.24
HSL 308.07º 0.5% 0.53% -
HSV(B) 308.07º 0.61% 0.76% -
XYZ 33.23 20.03 44.76 -
YUV 123.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 195 76 179 0 0.61 0.08 0.24 308.07 0.5 0.53
Hex C3 4C B3 0 3D 8 18 134 32 35
Octal 303 114 263 0 75 10 30 464 62 65
Binary 11000011 1001100 10110011 0 111101 1000 11000 100110100 110010 110101

Color Harmonies of #C34CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CB3

Black with #C34CB3

Text Example


Text Example

White with #C34CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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