Html Css Color HEX #C344CD Fuchsia

📋 copy color: '#C344CD'

red 195 ◦ green 68 ◦ blue 205

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

Shades of Fuchsia #C344CD

Tints of Fuchsia #C344CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.53%

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

R = 41.67%
G = 14.53%
B = 43.8%

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

#C344CD (or 0xC344CD) is known color: Fuchsia. HEX triplet: C3, 44 and CD. RGB value is (195,68,205). Sum of RGB (Red+Green+Blue) = 195+68+205=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #C344CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344CD is #3CBB32. Grayscale: #797979. Windows color (decimal): -3980083 or 13452483. OLE color: 13452483.

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

Color convert

RGB 195 68 205 -
CMYK 0.05 0.67 0 0.20
HSL 295.62º 0.58% 0.54% -
HSV(B) 295.62º 0.67% 0.8% -
XYZ 35.59 20.14 59.77 -
YUV 121.59 175.08 180.36 -
System Red Green Blue C M Y K H S L
Decimal 195 68 205 0.05 0.67 0 0.20 295.62 0.58 0.54
Hex C3 44 CD 5 43 0 14 128 3A 36
Octal 303 104 315 5 103 0 24 450 72 66
Binary 11000011 1000100 11001101 101 1000011 0 10100 100101000 111010 110110

Color Harmonies of #C344CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344CD

Black with #C344CD

Text Example


Text Example

White with #C344CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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