Html Css Color HEX #C343BD Fuchsia

📋 copy color: '#C343BD'

red 195 ◦ green 67 ◦ blue 189

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

Shades of Fuchsia #C343BD

Tints of Fuchsia #C343BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.91%

R = 43.24%
G = 14.86%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C343BD (or 0xC343BD) is known color: Fuchsia. HEX triplet: C3, 43 and BD. RGB value is (195,67,189). Sum of RGB (Red+Green+Blue) = 195+67+189=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C343BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343BD is #3CBC42. Grayscale: #767676. Windows color (decimal): -3980355 or 12403651. OLE color: 12403651.

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

Color convert

RGB 195 67 189 -
CMYK 0 0.66 0.03 0.24
HSL 302.81º 0.52% 0.51% -
HSV(B) 302.81º 0.66% 0.76% -
XYZ 33.7 19.29 50.09 -
YUV 119.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 195 67 189 0 0.66 0.03 0.24 302.81 0.52 0.51
Hex C3 43 BD 0 42 3 18 12F 34 33
Octal 303 103 275 0 102 3 30 457 64 63
Binary 11000011 1000011 10111101 0 1000010 11 11000 100101111 110100 110011

Color Harmonies of #C343BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343BD

Black with #C343BD

Text Example


Text Example

White with #C343BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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