Html Css Color HEX #C34DC9 Fuchsia

📋 copy color: '#C34DC9'

red 195 ◦ green 77 ◦ blue 201

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

Shades of Fuchsia #C34DC9

Tints of Fuchsia #C34DC9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.28%

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 41.23%
G = 16.28%
B = 42.49%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C34DC9 (or 0xC34DC9) is known color: Fuchsia. HEX triplet: C3, 4D and C9. RGB value is (195,77,201). Sum of RGB (Red+Green+Blue) = 195+77+201=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #C34DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DC9 is #3CB236. Grayscale: #7E7E7E. Windows color (decimal): -3977783 or 13192643. OLE color: 13192643.

HSL color Cylindrical-coordinate representation of color #C34DC9: hue angle of 297.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34DC9 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 77 201 -
CMYK 0.03 0.62 0 0.21
HSL 297.1º 0.53% 0.55% -
HSV(B) 297.1º 0.62% 0.79% -
XYZ 35.7 21.13 57.45 -
YUV 126.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 195 77 201 0.03 0.62 0 0.21 297.1 0.53 0.55
Hex C3 4D C9 3 3E 0 15 129 35 37
Octal 303 115 311 3 76 0 25 451 65 67
Binary 11000011 1001101 11001001 11 111110 0 10101 100101001 110101 110111

Color Harmonies of #C34DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DC9

Black with #C34DC9

Text Example


Text Example

White with #C34DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DC9; }

 p { color: rgb(195,77,201); }

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

background-color css

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

 a { background-color: rgb(195,77,201); }

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

border-color css

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

 span { border-color: rgb(195,77,201); }

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