Html Css Color HEX #C344CE Fuchsia

📋 copy color: '#C344CE'

red 195 ◦ green 68 ◦ blue 206

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

Shades of Fuchsia #C344CE

Tints of Fuchsia #C344CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 41.58%
G = 14.5%
B = 43.92%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C344CE (or 0xC344CE) is known color: Fuchsia. HEX triplet: C3, 44 and CE. RGB value is (195,68,206). Sum of RGB (Red+Green+Blue) = 195+68+206=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #C344CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344CE is #3CBB31. Grayscale: #797979. Windows color (decimal): -3980082 or 13518019. OLE color: 13518019.

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

Color convert

RGB 195 68 206 -
CMYK 0.05 0.67 0 0.19
HSL 295.22º 0.58% 0.54% -
HSV(B) 295.22º 0.67% 0.81% -
XYZ 35.71 20.19 60.41 -
YUV 121.71 175.58 180.28 -
System Red Green Blue C M Y K H S L
Decimal 195 68 206 0.05 0.67 0 0.19 295.22 0.58 0.54
Hex C3 44 CE 5 43 0 13 127 3A 36
Octal 303 104 316 5 103 0 23 447 72 66
Binary 11000011 1000100 11001110 101 1000011 0 10011 100100111 111010 110110

Color Harmonies of #C344CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344CE

Black with #C344CE

Text Example


Text Example

White with #C344CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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