Html Css Color HEX #C340BC Fuchsia

📋 copy color: '#C340BC'

red 195 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #C340BC

Tints of Fuchsia #C340BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 43.62%
G = 14.32%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C340BC (or 0xC340BC) is known color: Fuchsia. HEX triplet: C3, 40 and BC. RGB value is (195,64,188). Sum of RGB (Red+Green+Blue) = 195+64+188=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C340BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340BC is #3CBF43. Grayscale: #747474. Windows color (decimal): -3981124 or 12337347. OLE color: 12337347.

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

Color convert

RGB 195 64 188 -
CMYK 0 0.67 0.04 0.24
HSL 303.21º 0.52% 0.51% -
HSV(B) 303.21º 0.67% 0.76% -
XYZ 33.42 18.9 49.46 -
YUV 117.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 195 64 188 0 0.67 0.04 0.24 303.21 0.52 0.51
Hex C3 40 BC 0 43 4 18 12F 34 33
Octal 303 100 274 0 103 4 30 457 64 63
Binary 11000011 1000000 10111100 0 1000011 100 11000 100101111 110100 110011

Color Harmonies of #C340BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C340BC

Black with #C340BC

Text Example


Text Example

White with #C340BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C340BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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