Html Css Color HEX #C343BF Fuchsia

📋 copy color: '#C343BF'

red 195 ◦ green 67 ◦ blue 191

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

Shades of Fuchsia #C343BF

Tints of Fuchsia #C343BF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.79%

 BLUE value IS 191 (75% from 255) = 42.16%

R = 43.05%
G = 14.79%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C343BF (or 0xC343BF) is known color: Fuchsia. HEX triplet: C3, 43 and BF. RGB value is (195,67,191). Sum of RGB (Red+Green+Blue) = 195+67+191=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C343BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343BF is #3CBC40. Grayscale: #777777. Windows color (decimal): -3980353 or 12534723. OLE color: 12534723.

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

Color convert

RGB 195 67 191 -
CMYK 0 0.66 0.02 0.24
HSL 301.88º 0.52% 0.51% -
HSV(B) 301.88º 0.66% 0.76% -
XYZ 33.92 19.38 51.24 -
YUV 119.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 195 67 191 0 0.66 0.02 0.24 301.88 0.52 0.51
Hex C3 43 BF 0 42 2 18 12E 34 33
Octal 303 103 277 0 102 2 30 456 64 63
Binary 11000011 1000011 10111111 0 1000010 10 11000 100101110 110100 110011

Color Harmonies of #C343BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343BF

Black with #C343BF

Text Example


Text Example

White with #C343BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343BF; }

 p { color: rgb(195,67,191); }

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

background-color css

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

 a { background-color: rgb(195,67,191); }

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

border-color css

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

 span { border-color: rgb(195,67,191); }

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