Html Css Color HEX #C34DBE Fuchsia

📋 copy color: '#C34DBE'

red 195 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #C34DBE

Tints of Fuchsia #C34DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 42.21%
G = 16.67%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C34DBE (or 0xC34DBE) is known color: Fuchsia. HEX triplet: C3, 4D and BE. RGB value is (195,77,190). Sum of RGB (Red+Green+Blue) = 195+77+190=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DBE is #3CB241. Grayscale: #7C7C7C. Windows color (decimal): -3977794 or 12471747. OLE color: 12471747.

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

Color convert

RGB 195 77 190 -
CMYK 0 0.61 0.03 0.24
HSL 302.54º 0.5% 0.53% -
HSV(B) 302.54º 0.61% 0.76% -
XYZ 34.45 20.63 50.88 -
YUV 125.16 164.59 177.81 -
System Red Green Blue C M Y K H S L
Decimal 195 77 190 0 0.61 0.03 0.24 302.54 0.5 0.53
Hex C3 4D BE 0 3D 3 18 12F 32 35
Octal 303 115 276 0 75 3 30 457 62 65
Binary 11000011 1001101 10111110 0 111101 11 11000 100101111 110010 110101

Color Harmonies of #C34DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DBE

Black with #C34DBE

Text Example


Text Example

White with #C34DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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