Html Css Color HEX #C340BE Fuchsia

📋 copy color: '#C340BE'

red 195 ◦ green 64 ◦ blue 190

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

Shades of Fuchsia #C340BE

Tints of Fuchsia #C340BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.25%

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

R = 43.43%
G = 14.25%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C340BE (or 0xC340BE) is known color: Fuchsia. HEX triplet: C3, 40 and BE. RGB value is (195,64,190). Sum of RGB (Red+Green+Blue) = 195+64+190=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C340BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340BE is #3CBF41. Grayscale: #757575. Windows color (decimal): -3981122 or 12468419. OLE color: 12468419.

HSL color Cylindrical-coordinate representation of color #C340BE: hue angle of 302.29º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C340BE is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 190 -
CMYK 0 0.67 0.03 0.24
HSL 302.29º 0.52% 0.51% -
HSV(B) 302.29º 0.67% 0.76% -
XYZ 33.63 18.99 50.61 -
YUV 117.53 168.9 183.25 -
System Red Green Blue C M Y K H S L
Decimal 195 64 190 0 0.67 0.03 0.24 302.29 0.52 0.51
Hex C3 40 BE 0 43 3 18 12E 34 33
Octal 303 100 276 0 103 3 30 456 64 63
Binary 11000011 1000000 10111110 0 1000011 11 11000 100101110 110100 110011

Color Harmonies of #C340BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340BE

Black with #C340BE

Text Example


Text Example

White with #C340BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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