Html Css Color HEX #C349CC Fuchsia

📋 copy color: '#C349CC'

red 195 ◦ green 73 ◦ blue 204

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

Shades of Fuchsia #C349CC

Tints of Fuchsia #C349CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.47%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 41.31%
G = 15.47%
B = 43.22%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C349CC (or 0xC349CC) is known color: Fuchsia. HEX triplet: C3, 49 and CC. RGB value is (195,73,204). Sum of RGB (Red+Green+Blue) = 195+73+204=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #C349CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349CC is #3CB633. Grayscale: #7C7C7C. Windows color (decimal): -3978804 or 13388227. OLE color: 13388227.

HSL color Cylindrical-coordinate representation of color #C349CC: hue angle of 295.88º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C349CC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 73 204 -
CMYK 0.04 0.64 0 0.2
HSL 295.88º 0.56% 0.54% -
HSV(B) 295.88º 0.64% 0.8% -
XYZ 35.79 20.73 59.24 -
YUV 124.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 195 73 204 0.04 0.64 0 0.2 295.88 0.56 0.54
Hex C3 49 CC 4 40 0 14 128 38 36
Octal 303 111 314 4 100 0 24 450 70 66
Binary 11000011 1001001 11001100 100 1000000 0 10100 100101000 111000 110110

Color Harmonies of #C349CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349CC

Black with #C349CC

Text Example


Text Example

White with #C349CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349CC; }

 p { color: rgb(195,73,204); }

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

background-color css

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

 a { background-color: rgb(195,73,204); }

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

border-color css

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

 span { border-color: rgb(195,73,204); }

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