Html Css Color HEX #C343CD Fuchsia

📋 copy color: '#C343CD'

red 195 ◦ green 67 ◦ blue 205

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

Shades of Fuchsia #C343CD

Tints of Fuchsia #C343CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 41.76%
G = 14.35%
B = 43.9%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C343CD (or 0xC343CD) is known color: Fuchsia. HEX triplet: C3, 43 and CD. RGB value is (195,67,205). Sum of RGB (Red+Green+Blue) = 195+67+205=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #C343CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343CD is #3CBC32. Grayscale: #787878. Windows color (decimal): -3980339 or 13452227. OLE color: 13452227.

HSL color Cylindrical-coordinate representation of color #C343CD: hue angle of 295.65º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C343CD is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 67 205 -
CMYK 0.05 0.67 0 0.20
HSL 295.65º 0.58% 0.53% -
HSV(B) 295.65º 0.67% 0.8% -
XYZ 35.53 20.02 59.75 -
YUV 121 175.41 180.78 -
System Red Green Blue C M Y K H S L
Decimal 195 67 205 0.05 0.67 0 0.20 295.65 0.58 0.53
Hex C3 43 CD 5 43 0 14 128 3A 35
Octal 303 103 315 5 103 0 24 450 72 65
Binary 11000011 1000011 11001101 101 1000011 0 10100 100101000 111010 110101

Color Harmonies of #C343CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343CD

Black with #C343CD

Text Example


Text Example

White with #C343CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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