Html Css Color HEX #C34FB3 Fuchsia

📋 copy color: '#C34FB3'

red 195 ◦ green 79 ◦ blue 179

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

Shades of Fuchsia #C34FB3

Tints of Fuchsia #C34FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.44%

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

R = 43.05%
G = 17.44%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C34FB3 (or 0xC34FB3) is known color: Fuchsia. HEX triplet: C3, 4F and B3. RGB value is (195,79,179). Sum of RGB (Red+Green+Blue) = 195+79+179=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C34FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FB3 is #3CB04C. Grayscale: #7C7C7C. Windows color (decimal): -3977293 or 11751363. OLE color: 11751363.

HSL color Cylindrical-coordinate representation of color #C34FB3: hue angle of 308.28º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34FB3 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 79 179 -
CMYK 0 0.59 0.08 0.24
HSL 308.28º 0.49% 0.54% -
HSV(B) 308.28º 0.59% 0.76% -
XYZ 33.44 20.45 44.83 -
YUV 125.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 195 79 179 0 0.59 0.08 0.24 308.28 0.49 0.54
Hex C3 4F B3 0 3B 8 18 134 31 36
Octal 303 117 263 0 73 10 30 464 61 66
Binary 11000011 1001111 10110011 0 111011 1000 11000 100110100 110001 110110

Color Harmonies of #C34FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34FB3

Black with #C34FB3

Text Example


Text Example

White with #C34FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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