Html Css Color HEX #C340BA Fuchsia

📋 copy color: '#C340BA'

red 195 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #C340BA

Tints of Fuchsia #C340BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 43.82%
G = 14.38%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C340BA (or 0xC340BA) is known color: Fuchsia. HEX triplet: C3, 40 and BA. RGB value is (195,64,186). Sum of RGB (Red+Green+Blue) = 195+64+186=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C340BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340BA is #3CBF45. Grayscale: #747474. Windows color (decimal): -3981126 or 12206275. OLE color: 12206275.

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

Color convert

RGB 195 64 186 -
CMYK 0 0.67 0.05 0.24
HSL 304.12º 0.52% 0.51% -
HSV(B) 304.12º 0.67% 0.76% -
XYZ 33.2 18.81 48.34 -
YUV 117.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 195 64 186 0 0.67 0.05 0.24 304.12 0.52 0.51
Hex C3 40 BA 0 43 5 18 130 34 33
Octal 303 100 272 0 103 5 30 460 64 63
Binary 11000011 1000000 10111010 0 1000011 101 11000 100110000 110100 110011

Color Harmonies of #C340BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340BA

Black with #C340BA

Text Example


Text Example

White with #C340BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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