Html Css Color HEX #C34DCD Fuchsia

📋 copy color: '#C34DCD'

red 195 ◦ green 77 ◦ blue 205

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

Shades of Fuchsia #C34DCD

Tints of Fuchsia #C34DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 40.88%
G = 16.14%
B = 42.98%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C34DCD (or 0xC34DCD) is known color: Fuchsia. HEX triplet: C3, 4D and CD. RGB value is (195,77,205). Sum of RGB (Red+Green+Blue) = 195+77+205=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #C34DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DCD is #3CB232. Grayscale: #7E7E7E. Windows color (decimal): -3977779 or 13454787. OLE color: 13454787.

HSL color Cylindrical-coordinate representation of color #C34DCD: hue angle of 295.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34DCD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 77 205 -
CMYK 0.05 0.62 0 0.20
HSL 295.31º 0.56% 0.55% -
HSV(B) 295.31º 0.62% 0.8% -
XYZ 36.18 21.32 59.97 -
YUV 126.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 195 77 205 0.05 0.62 0 0.20 295.31 0.56 0.55
Hex C3 4D CD 5 3E 0 14 127 38 37
Octal 303 115 315 5 76 0 24 447 70 67
Binary 11000011 1001101 11001101 101 111110 0 10100 100100111 111000 110111

Color Harmonies of #C34DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DCD

Black with #C34DCD

Text Example


Text Example

White with #C34DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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