Html Css Color HEX #C34DB7 Fuchsia

📋 copy color: '#C34DB7'

red 195 ◦ green 77 ◦ blue 183

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

Shades of Fuchsia #C34DB7

Tints of Fuchsia #C34DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.22%

R = 42.86%
G = 16.92%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C34DB7 (or 0xC34DB7) is known color: Fuchsia. HEX triplet: C3, 4D and B7. RGB value is (195,77,183). Sum of RGB (Red+Green+Blue) = 195+77+183=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DB7 is #3CB248. Grayscale: #7C7C7C. Windows color (decimal): -3977801 or 12012995. OLE color: 12012995.

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

Color convert

RGB 195 77 183 -
CMYK 0 0.61 0.06 0.24
HSL 306.1º 0.5% 0.53% -
HSV(B) 306.1º 0.61% 0.76% -
XYZ 33.71 20.33 46.95 -
YUV 124.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 195 77 183 0 0.61 0.06 0.24 306.1 0.5 0.53
Hex C3 4D B7 0 3D 6 18 132 32 35
Octal 303 115 267 0 75 6 30 462 62 65
Binary 11000011 1001101 10110111 0 111101 110 11000 100110010 110010 110101

Color Harmonies of #C34DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DB7

Black with #C34DB7

Text Example


Text Example

White with #C34DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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